Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.