VersionControlBranchVisualizerExt.ActiveWindow Property
Get the most recently used branch visualizer 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 VersionControlBranchVisualizer
public VersionControlBranchVisualizer ActiveWindow { get; }
public:
property VersionControlBranchVisualizer^ ActiveWindow {
VersionControlBranchVisualizer^ get ();
}
member ActiveWindow : VersionControlBranchVisualizer with get
function get ActiveWindow () : VersionControlBranchVisualizer
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBranchVisualizer
Returns VersionControlBranchVisualizer.
.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
VersionControlBranchVisualizerExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace