StandardModelingAdapter 建構函式 (ModelBusReference, ModelBusAdapterManager, Store)
建構函式
命名空間: Microsoft.VisualStudio.Modeling.Integration
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
語法
'宣告
Protected Sub New ( _
reference As ModelBusReference, _
adapterManager As ModelBusAdapterManager, _
store As Store _
)
protected StandardModelingAdapter(
ModelBusReference reference,
ModelBusAdapterManager adapterManager,
Store store
)
參數
- reference
類型:Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
用來建立此 ModelBusAdapter 的 ModelBusReference。
- adapterManager
類型:Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
建立此 ModelBusAdapter 的 ModelBusAdapterManager。
- store
類型:Microsoft.VisualStudio.Modeling.Store
這個配接器所存取的存放區。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。