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
- 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
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace