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)
Syntax
'Declaration
ReadOnly Property HierarchyIdentity As IVsHierarchyItemIdentity
IVsHierarchyItemIdentity HierarchyIdentity { get; }
property IVsHierarchyItemIdentity^ HierarchyIdentity {
IVsHierarchyItemIdentity^ get ();
}
abstract HierarchyIdentity : IVsHierarchyItemIdentity with get
function get HierarchyIdentity () : IVsHierarchyItemIdentity
Property Value
Type: Microsoft.VisualStudio.Shell.IVsHierarchyItemIdentity
The identity that represents this item.
Remarks
The Hierarchy and NestedHierarchy properties on the hierarchy identity can be used to access properties of IVsHierarchy that are not exposed on this class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.