Freigeben über


Repository5.LabelItem-Methode

Erstellt oder aktualisiert eine Bezeichnung. Ordnet die angegebenen Versionen der angegebenen Elemente.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function LabelItem ( _
    workspaceName As String, _
    workspaceOwner As String, _
    label As VersionControlLabel, _
    labelSpecs As LabelItemSpec(), _
    children As LabelChildOption, _
    maxClientPathLength As Integer, _
    <OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of LabelResult)
[WebMethodAttribute]
public List<LabelResult> LabelItem(
    string workspaceName,
    string workspaceOwner,
    VersionControlLabel label,
    LabelItemSpec[] labelSpecs,
    LabelChildOption children,
    int maxClientPathLength,
    out List<Failure> failures
)

Parameter

  • workspaceName
    Typ: System.String
    Namen des Arbeitsbereichs, wenn itemSpecs lokal sind.
  • workspaceOwner
    Typ: System.String
    Besitzer des Arbeitsbereichs, wenn itemSpecs lokal sind.
  • maxClientPathLength
    Typ: System.Int32
    Die maximale Server-Pfadlänge des Clients unterstützt hat.

Rückgabewert

Typ: System.Collections.Generic.List<LabelResult>
Liste von Bezeichnungen und ihrer zugeordneten Aktionen.

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository5 Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace