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