Repository.RemoveLocalConflict Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
<WebMethodAttribute> _
Public Sub RemoveLocalConflict ( _
    workspaceName As String, _
    ownerName As String, _
    conflictId As Integer _
)
[WebMethodAttribute]
public void RemoveLocalConflict(
    string workspaceName,
    string ownerName,
    int conflictId
)
[WebMethodAttribute]
public:
void RemoveLocalConflict(
    String^ workspaceName, 
    String^ ownerName, 
    int conflictId
)
[<WebMethodAttribute>]
member RemoveLocalConflict : 
        workspaceName:string * 
        ownerName:string * 
        conflictId:int -> unit 
public function RemoveLocalConflict(
    workspaceName : String, 
    ownerName : String, 
    conflictId : int
)

Parameters

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace