VersionControlLabelExt.ActiveWindow Property

Gets the most recently used Label document 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 VersionControlLabelDocument
public VersionControlLabelDocument ActiveWindow { get; }
public:
property VersionControlLabelDocument^ ActiveWindow {
    VersionControlLabelDocument^ get ();
}
member ActiveWindow : VersionControlLabelDocument with get
function get ActiveWindow () : VersionControlLabelDocument

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlLabelExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace