TeamFoundationVersionControlService.UpdatePendingState 方法 (TeamFoundationRequestContext, String, String, array<PendingState[], PathLength)
這用來更新衝突並還原到資訊。 它,如果使用註冊的 Get 用戶端下載檔案 wihtout 衝突並更新還原成資訊,才能使用。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Sub UpdatePendingState ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
updates As PendingState(), _
maxClientPathLength As PathLength _
)
public void UpdatePendingState(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
PendingState[] updates,
PathLength maxClientPathLength
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- workspaceName
類型:System.String
更新的工作區名稱。
- workspaceOwner
類型:System.String
工作區的擁有人。
- updates
類型:array<Microsoft.TeamFoundation.VersionControl.Server.PendingState[]
某些更新。
- maxClientPathLength
類型:Microsoft.TeamFoundation.VersionControl.Common.PathLength
最大用戶端支援伺服器路徑長度。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。