Share via


BaseHierarchyNode.GetNestedHierarchy Method

Get the nested hierarchy for this node.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Function GetNestedHierarchy As IVsUIHierarchy
'Usage
Dim instance As BaseHierarchyNode 
Dim returnValue As IVsUIHierarchy 

returnValue = instance.GetNestedHierarchy()
public IVsUIHierarchy GetNestedHierarchy()
public:
IVsUIHierarchy^ GetNestedHierarchy()
public function GetNestedHierarchy() : IVsUIHierarchy

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy

Remarks

Will load the nested hierarchy if it has not yet been loaded.

Note

Note

Because the loading of some nested hierarchies are asynchronous, this might return a hierarchy that is in the process of loading.

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

BaseHierarchyNode Members

Microsoft.TeamFoundation.Common Namespace