Delen via


VersionControlHistoryExt.WindowList Property

Returns an array of objects each representing a History 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 VersionControlHistory()
public VersionControlHistory[] WindowList { get; }
public:
property array<VersionControlHistory^>^ WindowList {
    array<VersionControlHistory^>^ get ();
}
member WindowList : VersionControlHistory[] with get
function get WindowList () : VersionControlHistory[]

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlHistoryExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace