StandardModelingAdapter 构造函数 (ModelBusReference, ModelBusAdapterManager, Store)
构造函数
命名空间: Microsoft.VisualStudio.Modeling.Integration
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.11.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
用于的 ModelBusReference 创建此 ModelBusAdapter。
- adapterManager
类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
创建此 ModelBusAdapter 的 ModelBusAdapterManager。
- store
类型:Microsoft.VisualStudio.Modeling.Store
此适配器捕获的存储。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。