ModelBusAdapterManager.GetExposedElementTypes 方法

所有 ModelElement 类型的集合由所有 ModelBusAdapter 显示由此适配器管理器管理的访问,从而可以从外部从而引用,与其显示名称一起;

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

语法

声明
Public MustOverride Function GetExposedElementTypes ( _
    logicalAdapterId As String _
) As IEnumerable(Of SupportedType)
public abstract IEnumerable<SupportedType> GetExposedElementTypes(
    string logicalAdapterId
)

参数

  • logicalAdapterId
    类型:System.String
    的适配器 ID 获取支持的类型

返回值

类型:System.Collections.Generic.IEnumerable<SupportedType>
SupportedType 中的只读集合。

.NET Framework 安全性

请参见

参考

ModelBusAdapterManager 类

Microsoft.VisualStudio.Modeling.Integration 命名空间