共用方式為


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 命名空間