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 实现。
- properties
类型:System.Collections.Generic.Dictionary<Object, Object>
存储的 PropertyBag 将初始化属性的字典。
- domainModelTypes
类型:array<System.Type[]
列出要加载的域模型。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。