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