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
冲突解决的 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>%
- propertyNameFilters
类型:array<System.String[]
要返回的属性列表获取操作。
- changePendedFlags
类型:System.Int32%
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
GetOperations 必须处理的一组。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。