VsModelingAdapterManager.CreateModelingAdapterInstance 方法
Imlementations 应提供为设计的外部世界观服务使用的 DomainModelRoot 元素的 ModelingAdapter 实例。
命名空间: Microsoft.VisualStudio.Modeling.Integration.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll 中)
语法
声明
Protected MustOverride Function CreateModelingAdapterInstance ( _
reference As ModelBusReference, _
rootModelElement As ModelElement _
) As ModelingAdapter
protected abstract ModelingAdapter CreateModelingAdapterInstance(
ModelBusReference reference,
ModelElement rootModelElement
)
参数
- rootModelElement
类型:Microsoft.VisualStudio.Modeling.ModelElement
返回值
类型:Microsoft.VisualStudio.Modeling.Integration.ModelingAdapter
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。