Share via


VersionControlAnnotateExt.ActiveWindow Property

Get the most recently used annotate 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 VersionControlAnnotate
public VersionControlAnnotate ActiveWindow { get; }
public:
property VersionControlAnnotate^ ActiveWindow {
    VersionControlAnnotate^ get ();
}
member ActiveWindow : VersionControlAnnotate with get
function get ActiveWindow () : VersionControlAnnotate

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlAnnotateExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace