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.
Gets the IVsUIHierarchy object representing the Team Explorer user interface hierarchy.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
ReadOnly Property TeamExplorerUIHierarchy As IVsUIHierarchy
IVsUIHierarchy TeamExplorerUIHierarchy { get; }
property IVsUIHierarchy^ TeamExplorerUIHierarchy {
IVsUIHierarchy^ get ();
}
abstract TeamExplorerUIHierarchy : IVsUIHierarchy with get
function get TeamExplorerUIHierarchy () : IVsUIHierarchy
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
The IVsUIHierarchy object representing the Team Explorer user interface hierarchy.
.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.