共用方式為


TeamFoundationVersionControlService.QueryPendingChangeSignature 方法

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

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
Public Function QueryPendingChangeSignature ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    ownerName As String _
) As Guid
public Guid QueryPendingChangeSignature(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string ownerName
)

參數

傳回值

型別:System.Guid
工作區的暫止變更的簽章。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間