Share via


VersionControlAnnotateExt.WindowList Property

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

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlAnnotateExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace