TeamFoundationVersionControlService.RemoveLocalConflict 方法
从工作区中删除一个特定冲突
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Sub RemoveLocalConflict ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
conflictId As Integer _
)
public void RemoveLocalConflict(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
int conflictId
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
类型:System.String
移除冲突的工作区。
- ownerName
类型:System.String
工作区的所有者。
- conflictId
类型:System.Int32
移除冲突的ID。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。