ShellUtility.GetAvailableTypeFullNames 方法

对于给定的 rootElement,此方法用短名称格式返回当前项目中的类型,此 rootElement 的 DocData 驻留在此项目中。

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

语法

声明
Public Shared Function GetAvailableTypeFullNames ( _
    rootElement As ModelElement, _
    includeTypesInReferenceAssemblies As Boolean _
) As Dictionary(Of String, Type)
public static Dictionary<string, Type> GetAvailableTypeFullNames(
    ModelElement rootElement,
    bool includeTypesInReferenceAssemblies
)

参数

  • includeTypesInReferenceAssemblies
    类型:System.Boolean
    指示输入项的引用的程序集是否包含类型

返回值

类型:System.Collections.Generic.Dictionary<String, Type>

.NET Framework 安全性

请参阅

参考

ShellUtility 类

Microsoft.VisualStudio.Modeling.Shell 命名空间