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 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.