Repository.UnlabelItem 方法
从命名标签移除特定的项。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function UnlabelItem ( _
workspaceName As String, _
workspaceOwner As String, _
labelName As String, _
labelScope As String, _
items As ItemSpec(), _
version As VersionSpec, _
<OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of LabelResult)
[WebMethodAttribute]
public List<LabelResult> UnlabelItem(
string workspaceName,
string workspaceOwner,
string labelName,
string labelScope,
ItemSpec[] items,
VersionSpec version,
out List<Failure> failures
)
参数
- workspaceName
类型:System.String
工作区名称,如果使用本地itemspecs。
- workspaceOwner
类型:System.String
工作区的所有者,如果使用本地itemspecs。
- labelName
类型:System.String
移除项的标签的名称。
- labelScope
类型:System.String
- items
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
要移除的项。
- version
类型:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
使用的版本规范与项目名称匹配。
- failures
类型:System.Collections.Generic.List<Failure>%
列出遇到失败的外接itemSpecs。
返回值
类型:System.Collections.Generic.List<LabelResult>
受影响的列表标签。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。