Repository.CheckPendingChanges 方法
检查挂起的更改签入冲突。
应调用方法作为一初步的检查在签入序列的开头。
在的时间点的所有冲突,这次调用了集体将返回到客户端。 签入将重复相同检查,因此,如果任何冲突累积了音量,因为将执行此调用,它将失败。
serverItems只能包含一个项目并至少通配符。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function CheckPendingChanges ( _
workspaceName As String, _
ownerName As String, _
serverItems As String() _
) As List(Of Failure)
[WebMethodAttribute]
public List<Failure> CheckPendingChanges(
string workspaceName,
string ownerName,
string[] serverItems
)
参数
- workspaceName
类型:System.String
包含更改提交工作区的名称。
- ownerName
类型:System.String
工作区的所有者。
- serverItems
类型:array<System.String[]
列表项检查。
返回值
类型:System.Collections.Generic.List<Failure>
作为失败对象表示的冲突。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。