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
)

参数

  • workspaceName
    类型:System.String
    移除冲突的工作区域。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间