VersionControlLabelExt.WindowList Property

Returns an array of objects each representing an Label document window.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlLabelExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace