Store 建構函式 (IServiceProvider, Dictionary<Object, Object>, array<Type[])
建立委派 (delegate) 來指定 serviceProvider 的 IServiceProvider 實作的存放區類別的執行個體。
命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。