共用方式為


DomainDataDirectory.DomainObjects 屬性

取得目錄中的網域物件清單。

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

語法

'宣告
Public ReadOnly Property DomainObjects As ICollection(Of DomainObjectInfo)
public ICollection<DomainObjectInfo> DomainObjects { get; }

屬性值

類型:System.Collections.Generic.ICollection<DomainObjectInfo>
DomainObjectInfo 物件的唯讀集合。

.NET Framework 安全性

請參閱

參考

DomainDataDirectory 類別

Microsoft.VisualStudio.Modeling 命名空間