Repository.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) _
) 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最近pended更改。
- undoOperations
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>%
设置取消必须执行的操作。
- resolvedConflicts
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
必须处理的设置GetOperations。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。