Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Workspace Class
Workspace Methods
 QueryConflicts Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Reference for Team Foundation Server SDK
Workspace.QueryConflicts Method

Gets the list of conflicts that match the specified path filters. The source and target local and server paths for each conflict are matched against the specified paths.

Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)

Visual Basic (Declaration)
Public Function QueryConflicts ( _
	pathFilters As String(), _
	recursive As Boolean _
) As Conflict()
Visual Basic (Usage)
Dim instance As Workspace
Dim pathFilters As String()
Dim recursive As Boolean
Dim returnValue As Conflict()

returnValue = instance.QueryConflicts(pathFilters, recursive)
C#
public Conflict[] QueryConflicts (
	string[] pathFilters,
	bool recursive
)
C++
public:
array<Conflict^>^ QueryConflicts (
	array<String^>^ pathFilters, 
	bool recursive
)
J#
public Conflict[] QueryConflicts (
	String[] pathFilters, 
	boolean recursive
)
JScript
public function QueryConflicts (
	pathFilters : String[], 
	recursive : boolean
) : Conflict[]

Parameters

pathFilters

The paths by which to filter the conflicts (local or server paths).

recursive

Return Value

The conflicts that match the specified paths.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker