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