Share via


VersionControlServer.CreateLabel-Methode (VersionControlLabel, array<LabelItemSpec[], LabelChildOption, array<Failure[]%)

Erstellt eine Bezeichnung.

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

Syntax

'Declaration
Public Function CreateLabel ( _
    label As VersionControlLabel, _
    itemSpecs As LabelItemSpec(), _
    options As LabelChildOption, _
    <OutAttribute> ByRef failures As Failure() _
) As LabelResult()
public LabelResult[] CreateLabel(
    VersionControlLabel label,
    LabelItemSpec[] itemSpecs,
    LabelChildOption options,
    out Failure[] failures
)

Parameter

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.LabelResult[]
Die erstellte Bezeichnung.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

CreateLabel-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace