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

创建委托 IServiceProvider 实现为特定服务提供程序 (ssp) 存储类的实例。

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

语法

声明
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    properties As Dictionary(Of Object, Object), _
    ParamArray domainModelTypes As Type() _
)
public Store(
    IServiceProvider serviceProvider,
    Dictionary<Object, Object> properties,
    params Type[] domainModelTypes
)

参数

  • serviceProvider
    类型:System.IServiceProvider
    服务提供程序委托到由此存储的 IServiceProvider 实现。
  • domainModelTypes
    类型:array<System.Type[]
    列出要加载的域模型。

.NET Framework 安全性

请参见

参考

Store 类

Store 重载

Microsoft.VisualStudio.Modeling 命名空间