Store 构造函数 (IServiceProvider, array<Type[])

初始化 Store 类的新实例。

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

语法

声明
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    ParamArray domainModelTypes As Type() _
)
public Store(
    IServiceProvider serviceProvider,
    params Type[] domainModelTypes
)

参数

  • domainModelTypes
    类型:array<System.Type[]
    字段列表建模加载。

备注

domainModelTypes 参数是可选的。 因此零个或多个域模型中指定。

.NET Framework 安全性

请参见

参考

Store 类

Store 重载

Microsoft.VisualStudio.Modeling 命名空间