IVsHierarchyItemManager::GetHierarchyItem Method (IVsHierarchy^, UInt32)
Visual Studio 2015
Gets or creates an IVsHierarchyItem corresponding to the specified hierarchy and item identifier.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Parameters
- hierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The hierarchy for which to get or create the new hierarchy item.
- itemid
-
Type:
System::UInt32
The item identifier.
If the item has already been requested, the same instance is returned, otherwise a new IVsHierarchyItem instance is created.
Show: