ITestPlan.QueryTestPoints Method (String)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryTestPoints ( _
queryText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
string queryText
)
ITestPointCollection^ QueryTestPoints(
String^ queryText
)
abstract QueryTestPoints :
queryText:string -> ITestPointCollection
function QueryTestPoints(
queryText : String
) : ITestPointCollection
Parameters
- queryText
Type: String
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.