VersionControlFolderDifferenceExt.ActiveWindow Property

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

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace