ShellUtility.GetAvailableTypeFullNames 方法

对特定 rootElement,此方法返回类型 (使用短名称形式) 在此 rootElement DocData 位于的当前项目。

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 命名空间