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