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
)
參數
- workspaceName
型別:System.String
工作區名稱。
- ownerName
型別:System.String
工作區的擁有者。
傳回值
型別:System.Guid
工作區的暫止的變更簽章。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。