RepositoryExtensions.Resolve 方法
解決特定的衝突,如果要以特定的解析度。 這就稱為取得、 簽入],以及合併衝突。
命名空間: 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), _
propertyNameFilters As String(), _
<OutAttribute> ByRef changePendedFlags As Integer _
) 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,
string[] propertyNameFilters,
out int changePendedFlags
)
參數
- workspaceName
型別:System.String
工作區的名稱。
- ownerName
型別:System.String
工作區的擁有者。
- conflictId
型別:System.Int32
如果要解決的識別碼衝突。
- 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>%
- propertyNameFilters
型別:array<System.String[]
要傳回的屬性清單取得作業。
- changePendedFlags
型別:System.Int32%
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
GetOperations 必須處理一組。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。