Sdílet prostřednictvím


VersionControlServer.CreateLabel – metoda (VersionControlLabel, array<LabelItemSpec[], LabelChildOption, array<Failure %)

Vytvoří popisek.

Obor názvů:  Microsoft.TeamFoundation.VersionControl.Client
Sestavení:  Microsoft.TeamFoundation.VersionControl.Client (v Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Deklarace
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
)

Parametry

Vrácená hodnota

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.LabelResult[]
Vytvořený štítek.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VersionControlServer Třída

CreateLabel – přetížení

Microsoft.TeamFoundation.VersionControl.Client – obor názvů