VersionControlHistoryExt.ActiveWindow Property

Gets the most recently used history tool window. This will return null if there is no active window.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property ActiveWindow As VersionControlHistory
public VersionControlHistory ActiveWindow { get; }
public:
property VersionControlHistory^ ActiveWindow {
    VersionControlHistory^ get ();
}
member ActiveWindow : VersionControlHistory with get
function get ActiveWindow () : VersionControlHistory

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlHistory
Returns VersionControlHistory.

.NET Framework Security

See Also

Reference

VersionControlHistoryExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace