共用方式為


DomainClassInfo.LocalDescendants 屬性

取得直接衍生自這個類別之網域類別的清單。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public ReadOnly Property LocalDescendants As ReadOnlyCollection(Of DomainClassInfo)
public ReadOnlyCollection<DomainClassInfo> LocalDescendants { get; }

屬性值

類型:System.Collections.ObjectModel.ReadOnlyCollection<DomainClassInfo>
DomainClassInfo 物件的唯讀集合。

備註

直接衍生自這個類別的網域類別清單中傳回。

.NET Framework 安全性

請參閱

參考

DomainClassInfo 類別

Microsoft.VisualStudio.Modeling 命名空間