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
)
參數
- label
類型:Microsoft.TeamFoundation.VersionControl.Client.VersionControlLabel
建立或更新中的符號定義。
- itemSpecs
類型:array<Microsoft.TeamFoundation.VersionControl.Client.LabelItemSpec[]
在標記中的項目規格。
- options
類型:Microsoft.TeamFoundation.VersionControl.Client.LabelChildOption
選項處理標籤的現有項目。
- failures
類型:array<Microsoft.TeamFoundation.VersionControl.Client.Failure[]%
錯誤的清單。
傳回值
類型:array<Microsoft.TeamFoundation.VersionControl.Client.LabelResult[]
建立的標籤。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。