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 命名空间