共用方式為


Repository4.QueryPendingChangeSignature 方法

也稱為「請前協調」。擷取指定之工作區的伺服器上目前的暫止變更簽章。 如果等於用戶端的暫止變更簽章,則其可以略過,因為沒有要執行的工作。

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