IConfiguration.FindAdapterManager 方法

找到适配器管理器该方法处理指定适配器类型。

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

语法

声明
Function FindAdapterManager ( _
    logicalAdapterId As String _
) As ModelBusAdapterManager
ModelBusAdapterManager FindAdapterManager(
    string logicalAdapterId
)

参数

  • logicalAdapterId
    类型:System.String
    使用的 ID 来进行搜索

返回值

类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager
支持指定的 ModelBusAdapter ModelBusAdapterManager 的实例

.NET Framework 安全性

请参见

参考

IConfiguration 接口

Microsoft.VisualStudio.Modeling.Integration 命名空间