MetaType.InheritanceTypes Propriedade
Definição
Quando substituído em uma classe derivada, obtém uma coleção de todos os tipos que são definidos por uma hierarquia de herança.When overridden in a derived class, gets a collection of all types that are defined by an inheritance hierarchy.
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 da propriedade
Uma coleção de metatipos na hierarquia de herança atual.A collection of meta-types in the current inheritance hierarchy.