Freigeben über


MetaType.InheritanceTypes Eigenschaft

Definition

Ruft beim Überschreiben in einer abgeleiteten Klasse eine Collection aller Typen ab, die von einer Vererbungshierarchie definiert werden.

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 Auflistung von Metatypen in der aktuellen Vererbungshierarchie.

Gilt für: