DynamicTypeService::GetTypeResolutionService Method (IVsHierarchy^, UInt32)
Visual Studio 2015
Gets a type resolution service for a given hierarchy node and item ID.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: virtual ITypeResolutionService^ GetTypeResolutionService( IVsHierarchy^ hierarchy, unsigned int itemId ) abstract
Parameters
- hierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The IVsHierarchy interface of the T:Microsoft.VisualStudio.Package.HierarchyNode.
- itemid
The item ID.
Show: