Store.DomainModels 属性

在此单元获取域模型的集合。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public ReadOnly Property DomainModels As ICollection(Of DomainModel)
public ICollection<DomainModel> DomainModels { get; }

属性值

类型:System.Collections.Generic.ICollection<DomainModel>
域模型的集合。

备注

存储只通常具有模型一的字段,但是,可以包含域模型的集合。

.NET Framework 安全性

请参见

参考

Store 类

Microsoft.VisualStudio.Modeling 命名空间