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
)
参数
- rootElement
类型:Microsoft.VisualStudio.Modeling.ModelElement
与 ModelingDocData 的 RootElement associdate
- includeTypesInReferenceAssemblies
类型:System.Boolean
指示是否包括输入项的引用的程序集
返回值
类型:System.Collections.Generic.Dictionary<String, Type>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。