DynamicTypeService.GetContextTypeResolver 方法 (IVsHierarchy, UInt32)

获取指定的层次结构节点和项目标识符的类型解析器

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

语法

声明
Public Function GetContextTypeResolver ( _
    hierarchy As IVsHierarchy, _
    itemId As UInteger _
) As DynamicTypeService.ContextTypeResolver
public DynamicTypeService.ContextTypeResolver GetContextTypeResolver(
    IVsHierarchy hierarchy,
    uint itemId
)

参数

返回值

类型:Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
DynamicTypeService.ContextTypeResolver .

.NET Framework 安全性

请参见

参考

DynamicTypeService 类

GetContextTypeResolver 重载

Microsoft.VisualStudio.Shell.Design 命名空间