Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestManagementTeamProject::CreateTestQuery Method (String^)

 

Creates a new test case query from the given query string.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestCaseQuery^ CreateTestQuery(
	String^ query
)

Parameters

query
Type: System::String^

A query string.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseQuery^

A new test case query.

Return to top
Show: