Share via


MetaType.InheritanceTypes 属性

定义

在派生类中重写时,获取由继承层次结构定义的所有类型的集合。

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)

属性值

当前继承层次结构中元类型的集合。

适用于