Share via


VersionControlLabel.Items Property

A list of items and their versions that are contained in the label. Only used in the result of QueryLabels where includeItems = true.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Items As StreamingCollection(Of Item)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public StreamingCollection<Item> Items { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property StreamingCollection<Item^>^ Items {
    StreamingCollection<Item^>^ get ();
    void set (StreamingCollection<Item^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Items : StreamingCollection<Item> with get, set
function get Items () : StreamingCollection<Item>
function set Items (value : StreamingCollection<Item>)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Item>
Returns StreamingCollection<T>.

.NET Framework Security

See Also

Reference

VersionControlLabel Class

Microsoft.TeamFoundation.VersionControl.Server Namespace