MetaType.DerivedTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,會取得繼承階層中直接衍生類型的列舉。
public:
abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaType ^> ^ DerivedTypes { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaType ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaType> DerivedTypes { get; }
member this.DerivedTypes : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaType>
Public MustOverride ReadOnly Property DerivedTypes As ReadOnlyCollection(Of MetaType)
屬性值
中繼型別的列舉。