ITestPlan.QueryTestPoints Method (String, String, array<String , Boolean)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryTestPoints ( _
pointQueryText As String, _
testCaseFieldText As String, _
testCaseProperties As String(), _
fetchFirstPage As Boolean _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
string pointQueryText,
string testCaseFieldText,
string[] testCaseProperties,
bool fetchFirstPage
)
ITestPointCollection^ QueryTestPoints(
String^ pointQueryText,
String^ testCaseFieldText,
array<String^>^ testCaseProperties,
bool fetchFirstPage
)
abstract QueryTestPoints :
pointQueryText:string *
testCaseFieldText:string *
testCaseProperties:string[] *
fetchFirstPage:bool -> ITestPointCollection
function QueryTestPoints(
pointQueryText : String,
testCaseFieldText : String,
testCaseProperties : String[],
fetchFirstPage : boolean
) : ITestPointCollection
Parameters
- pointQueryText
Type: String
- testCaseFieldText
Type: String
- testCaseProperties
Type: array<String[]
- fetchFirstPage
Type: Boolean
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
.NET Framework Security
- 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.