IVsHierarchyItem::HierarchyIdentity Property

 

Gets the identity that represents this item.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

property IVsHierarchyItemIdentity^ HierarchyIdentity {
	IVsHierarchyItemIdentity^ get();
}

Property Value

Type: Microsoft.VisualStudio.Shell::IVsHierarchyItemIdentity^

The identity that represents this item.

The Hierarchy and NestedHierarchy properties on the hierarchy identity can be used to access properties of IVsHierarchy that are not exposed on this class.

Return to top
Show: