This documentation is archived and is not being maintained.
Workspace::AutoResolveValidConflicts Method
Visual Studio 2013
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: System.Collections.Generic::IEnumerable<Conflict>
The enumerated conflicts.
- resolveOptions
- Type: Microsoft.TeamFoundation.VersionControl.Client::AutoResolveOptions
The resolve options.
- 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.
Show: