MetaType.InheritanceTypes Eigenschaft

Definition

Beim Überschreiben in einer abgeleiteten Klasse ruft eine Auflistung aller Typen ab, die durch eine Vererbungshierarchie definiert sind.

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaType ^> ^ InheritanceTypes { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaType ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaType> InheritanceTypes { get; }
member this.InheritanceTypes : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaType>
Public MustOverride ReadOnly Property InheritanceTypes As ReadOnlyCollection(Of MetaType)

Eigenschaftswert

Eine Sammlung von Metatypen in der aktuellen Vererbungshierarchie.

Gilt für: