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.
Overridden by derived classes to realize the nested UI Hierarchy.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Overridable Function LoadNestedHierarchy As IVsUIHierarchy
'Usage
Dim returnValue As IVsUIHierarchy
returnValue = Me.LoadNestedHierarchy()
protected virtual IVsUIHierarchy LoadNestedHierarchy()
protected:
virtual IVsUIHierarchy^ LoadNestedHierarchy()
protected function LoadNestedHierarchy() : IVsUIHierarchy
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
Remarks
This method is called by GetNestedHierarchy when there is no current nested hierarchy and can be used by the derived nodes to generate the nested hierarchy in a deferred manner.
.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.