Expand Minimize
This topic has not yet been rated - Rate this topic

Workspace.AutoResolveValidConflicts Method

Visual Studio 2012

Automatically resolves the conflict within the workspace using the available auto resolve options.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public void AutoResolveValidConflicts(
	IEnumerable<Conflict> conflicts,
	AutoResolveOptions resolveOptions
)

Parameters

conflicts
Type: IEnumerable<Conflict>

The enumerated conflicts.

resolveOptions
Type: Microsoft.TeamFoundation.VersionControl.Client.AutoResolveOptions

The resolve options.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.