This documentation is archived and is not being maintained.
Workspace::QueryConflicts Method
Visual Studio 2013
Gets the array of conflicts that match the specified path filters.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<Conflict^>^ QueryConflicts( array<String^>^ pathFilters, bool recursive )
Parameters
- pathFilters
- Type: array<System::String>
The paths to filter the conflicts.
- recursive
- Type: System::Boolean
True to recursively match the path with the filters.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::Conflict>The array of conflicts that match the specified paths.
- 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: