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
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.Integration.ModelingAdapter

.NET Framework 安全性

请参见

参考

VsModelingAdapterManager 类

Microsoft.VisualStudio.Modeling.Integration.Shell 命名空间