IModelBus.GetAdapterManager 方法

用 ModelBusAdapterManager ID 加载其实例。 如果未找到,将引发异常。

命名空间:  Microsoft.VisualStudio.Modeling.Integration
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)

语法

声明
Function GetAdapterManager ( _
    id As String _
) As ModelBusAdapterManager
ModelBusAdapterManager GetAdapterManager(
    string id
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
给定 ID 的 ModelBusAdapterManager 实例。

.NET Framework 安全性

请参阅

参考

IModelBus 接口

Microsoft.VisualStudio.Modeling.Integration 命名空间