次の方法で共有


DynamicTypeService.GetContextTypeResolver Method (IVsHierarchy, UInt32)

Gets a type resolver for the specified hierarchy node and item ID.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public Function GetContextTypeResolver ( _
    hierarchy As IVsHierarchy, _
    itemId As UInteger _
) As DynamicTypeService.ContextTypeResolver
public DynamicTypeService.ContextTypeResolver GetContextTypeResolver(
    IVsHierarchy hierarchy,
    uint itemId
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
DynamicTypeService.ContextTypeResolver .

.NET Framework Security

See Also

Reference

DynamicTypeService Class

GetContextTypeResolver Overload

Microsoft.VisualStudio.Shell.Design Namespace