Repository4.QueryPendingChangeSignature 方法

也称为"pre-reconcile"。读取当前挂起的更改签名指定的工作区的服务器。 如果它等于客户端的挂起的更改的签名,然后协调可以跳过由于不没有执行任何操作。

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function QueryPendingChangeSignature ( _
    workspaceName As String, _
    ownerName As String _
) As Guid
[WebMethodAttribute]
public Guid QueryPendingChangeSignature(
    string workspaceName,
    string ownerName
)

参数

返回值

类型:System.Guid
工作区的挂起的更改签名。

.NET Framework 安全性

请参见

参考

Repository4 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间