共用方式為


VersionControlServer.CreateLabel 方法 (VersionControlLabel, array<LabelItemSpec[], LabelChildOption, array<Failure[]%)

建立標籤。

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
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
)

參數

傳回值

型別:array<Microsoft.TeamFoundation.VersionControl.Client.LabelResult[]
建立的標籤。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

CreateLabel 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間