Repository.Resolve 方法
解決特定解析度的特定衝突。 這對於 GET、簽入和合併衝突呼叫。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function Resolve ( _
workspaceName As String, _
ownerName As String, _
conflictId As Integer, _
resolution As Resolution, _
newPath As String, _
encoding As Integer, _
lockLevel As LockLevel, _
<OutAttribute> ByRef undoOperations As StreamingCollection(Of GetOperation), _
<OutAttribute> ByRef resolvedConflicts As StreamingCollection(Of Conflict) _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Resolve(
string workspaceName,
string ownerName,
int conflictId,
Resolution resolution,
string newPath,
int encoding,
LockLevel lockLevel,
out StreamingCollection<GetOperation> undoOperations,
out StreamingCollection<Conflict> resolvedConflicts
)
參數
- workspaceName
型別:System.String
工作區名稱。
- ownerName
型別:System.String
工作區的擁有人。
- conflictId
型別:System.Int32
解決衝突的 ID。
- resolution
型別:Microsoft.TeamFoundation.VersionControl.Server.Resolution
如何解決衝突。
- newPath
型別:System.String
新名稱衝突的項目。
- encoding
型別:System.Int32
項目的新的編碼方式。
- lockLevel
型別:Microsoft.TeamFoundation.VersionControl.Server.LockLevel
使用的 LockLevel 對最近變更。
- undoOperations
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>%
集合移除所必須執行的作業。
- resolvedConflicts
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
必須處理的一組 GetOperations。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。