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
'使用
Dim instance As DynamicTypeService
Dim hierarchy As IVsHierarchy
Dim itemid As UInteger
Dim returnValue As DynamicTypeService..::.ContextTypeResolver

returnValue = instance.GetContextTypeResolver(hierarchy, _
    itemid)
public DynamicTypeService..::.ContextTypeResolver GetContextTypeResolver(
    IVsHierarchy hierarchy,
    uint itemid
)
public:
DynamicTypeService..::.ContextTypeResolver^ GetContextTypeResolver(
    IVsHierarchy^ hierarchy, 
    unsigned int itemid
)
public function GetContextTypeResolver(
    hierarchy : IVsHierarchy, 
    itemid : uint
) : DynamicTypeService..::.ContextTypeResolver

Parameters

Return Value

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

DynamicTypeService.ContextTypeResolver.

Permissions

See Also

Reference

DynamicTypeService Class

DynamicTypeService Members

GetContextTypeResolver Overload

Microsoft.VisualStudio.Shell.Design Namespace