Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Attempt to resolve a conflict according to the conflict's Resolution property.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub ResolveConflict ( _
conflict As Conflict _
)
public void ResolveConflict(
Conflict conflict
)
public:
void ResolveConflict(
Conflict^ conflict
)
member ResolveConflict :
conflict:Conflict -> unit
public function ResolveConflict(
conflict : Conflict
)
Parameters
- conflict
Type: Microsoft.TeamFoundation.VersionControl.Client.Conflict
The conflict to resolve.
Remarks
If the conflict is successfully resolved, the IsResolved property will be set to true.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.