MetaType.InheritanceTypes Propiedad

Definición

Cuando se invalida en una clase derivada, obtiene una colección de todos los tipos definidos por una jerarquía de herencia.

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)

Valor de propiedad

Colección de metatipos de la jerarquía de herencia actual.

Se aplica a