Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryTestPointsAndStatistics ( _
    queryText As String, _
    testCaseFieldText As String, _
    <OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
    string queryText,
    string testCaseFieldText,
    out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
    String^ queryText, 
    String^ testCaseFieldText, 
    [OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics : 
        queryText:string * 
        testCaseFieldText:string * 
        statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
    queryText : String, 
    testCaseFieldText : String, 
    statistics : ITestPointStatistics
) : ITestPointCollection
Parameters
- queryText
Type: String 
- testCaseFieldText
Type: String 
- statistics
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics% 
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.