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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。