IVsHierarchyItemIdentity.NestedHierarchy 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 nested IVsHierarchy representing the inner hierarchy of the item.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ NestedHierarchy { Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ NestedHierarchy { Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsHierarchy NestedHierarchy { get; }
member this.NestedHierarchy : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
Public ReadOnly Property NestedHierarchy As IVsHierarchy
Property Value
The nested hierarchy representing the inner hierarchy of the item.