共用方式為


DomainClassInfo.LocalDomainProperties 屬性

取得在這個網域類別中宣告的網域內容清單。

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

語法

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

屬性值

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

.NET Framework 安全性

請參閱

參考

DomainClassInfo 類別

Microsoft.VisualStudio.Modeling 命名空間