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