Repository.LabelItem 方法
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function LabelItem ( _
workspaceName As String, _
workspaceOwner As String, _
label As VersionControlLabel, _
labelSpecs As LabelItemSpec(), _
children As LabelChildOption, _
<OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of LabelResult)
[WebMethodAttribute]
public List<LabelResult> LabelItem(
string workspaceName,
string workspaceOwner,
VersionControlLabel label,
LabelItemSpec[] labelSpecs,
LabelChildOption children,
out List<Failure> failures
)
参数
- workspaceName
类型:System.String
工作区名称,则itemSpecs本地。
- workspaceOwner
类型:System.String
工作区的所有者,如果itemSpecs本地。
- label
类型:Microsoft.TeamFoundation.VersionControl.Server.VersionControlLabel
包含标签元数据的对象。仅使用名称、注释和类别。
- labelSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Server.LabelItemSpec[]
要添加到标签。
- children
类型:Microsoft.TeamFoundation.VersionControl.Server.LabelChildOption
确定子标签如何将处理。
- failures
类型:System.Collections.Generic.List<Failure>%
展开itemSpecs时,遇到的列表失败。
返回值
类型:System.Collections.Generic.List<LabelResult>
列出标签及其关联的事件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。