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