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
- 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.
See Also
Reference
VersionControlHistoryExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace