Freigeben über


VersionControlLabel.Items-Eigenschaft

Eine Liste mit Elementen und die Versionen, die in der Bezeichnung enthalten sind. Nur verwendet im Ergebnis QueryLabels wo 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; }

Eigenschaftswert

Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Item>
Gibt StreamingCollection<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlLabel Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace