IVsTeamExplorer.TeamExplorerWindow Property
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
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.