VersionControlFolderDifferenceExt.WindowList Property

Returns an array of objects each representing a Folder Difference tool window.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property WindowList As VersionControlFolderDifference()
public VersionControlFolderDifference[] WindowList { get; }
public:
property array<VersionControlFolderDifference^>^ WindowList {
    array<VersionControlFolderDifference^>^ get ();
}
member WindowList : VersionControlFolderDifference[] with get
function get WindowList () : VersionControlFolderDifference[]

Property Value

Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifference[]
Returns VersionControlFolderDifference.

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace