共用方式為


Store 建構函式 (array<Type[])

初始化 Store 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public Sub New ( _
    ParamArray domainModelTypes As Type() _
)
public Store(
    params Type[] domainModelTypes
)

參數

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

備註

domainModelTypes 參數是選擇性的。 因此您可以指定零個或多個網域模型。

.NET Framework 安全性

請參閱

參考

Store 類別

Store 多載

Microsoft.VisualStudio.Modeling 命名空間