This documentation is archived and is not being maintained.

DocumentService::CreateQuery Method (TfsTeamProjectCollection, String, Boolean, String, Object)

Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)

public:
IQueryDocument^ CreateQuery(
	TfsTeamProjectCollection^ teamProjectCollection, 
	String^ teamProjectName, 
	bool publicQuery, 
	String^ queryText, 
	Object^ lockToken
)

Parameters

teamProjectCollection
Type: Microsoft.TeamFoundation.Client::TfsTeamProjectCollection
teamProjectName
Type: System::String
publicQuery
Type: System::Boolean
queryText
Type: System::String
lockToken
Type: System::Object

Show: