IVsHierarchyItem.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.