IVsHierarchyItem.Parent Property

Definition

Gets the parent IVsHierarchyItem for this item.

public:
 property Microsoft::VisualStudio::Shell::IVsHierarchyItem ^ Parent { Microsoft::VisualStudio::Shell::IVsHierarchyItem ^ get(); };
public Microsoft.VisualStudio.Shell.IVsHierarchyItem Parent { get; }
member this.Parent : Microsoft.VisualStudio.Shell.IVsHierarchyItem
Public ReadOnly Property Parent As IVsHierarchyItem

Property Value

The parent hierarchy item for this item, or null if the item is at the root of the IVsUIHierarchyWindow.

Applies to