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)

public:
DynamicTypeService::ContextTypeResolver^ GetContextTypeResolver(
	IVsHierarchy^ hierarchy,
	unsigned int itemId
)

Parameters

hierarchy
Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

The IVsHierarchy interface of the hierarchy node.

itemid

The item ID.

Return to top
Show: