Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.