Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.