共用方式為


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
)

參數

  • domainModelTypes
    型別:array<System.Type[]
    載入網域模型清單。

.NET Framework 安全性

請參閱

參考

Store 類別

Store 多載

Microsoft.VisualStudio.Modeling 命名空間