DynamicTypeService.GetTypeResolutionService 方法 (IVsHierarchy, UInt32)

获取特定于类型的层次结构节点和项 ID 的解析服务

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

语法

声明
Public MustOverride Function GetTypeResolutionService ( _
    hierarchy As IVsHierarchy, _
    itemId As UInteger _
) As ITypeResolutionService
public abstract ITypeResolutionService GetTypeResolutionService(
    IVsHierarchy hierarchy,
    uint itemId
)

参数

返回值

类型:System.ComponentModel.Design.ITypeResolutionService
ITypeResolutionService .

.NET Framework 安全性

请参见

参考

DynamicTypeService 类

GetTypeResolutionService 重载

Microsoft.VisualStudio.Shell.Design 命名空间