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