TeamFoundationVersionControlService.Resolve 方法 (TeamFoundationRequestContext, String, String, Int32, Resolution, String, Int32, LockLevel, array<PropertyValue[], array<String[], array<String[], Boolean, PathLength)
解决与特定的分辨率下的一个特定冲突。 对于获取、签入和合并冲突调用。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function Resolve ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
conflictId As Integer, _
resolution As Resolution, _
newPath As String, _
encoding As Integer, _
lockLevel As LockLevel, _
newProperties As PropertyValue(), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
disallowPropertyChangesOnAutoMerge As Boolean, _
maxClientPathLength As PathLength _
) As TeamFoundationDataReader
public TeamFoundationDataReader Resolve(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
int conflictId,
Resolution resolution,
string newPath,
int encoding,
LockLevel lockLevel,
PropertyValue[] newProperties,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
bool disallowPropertyChangesOnAutoMerge,
PathLength maxClientPathLength
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- 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 更改。
- newProperties
类型:array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]
- itemPropertyFilters
类型:array<System.String[]
- itemAttributeFilters
类型:array<System.String[]
列表项属性返回与 get 操作。
- disallowPropertyChangesOnAutoMerge
类型:System.Boolean
- maxClientPathLength
类型:Microsoft.TeamFoundation.VersionControl.Common.PathLength
最大客户端支持服务器路径长度。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
的结果 TeamFoundationDataReader 在下面的排序:GetOperation[] -设置 GetOperations 需要是处理的 GetOperation[] -设置取消需要执行 Conflict[] 的操作 - 设置除由于传递的一个之外的 conflictIds 解决。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。