Sdílet prostřednictvím


ITestPlan.QueryTestPointsAndStatistics – metoda (String, String, array<String , ITestPointStatistics%)

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
Function QueryTestPointsAndStatistics ( _
    queryText As String, _
    testCaseFieldText As String, _
    testCaseProperties As String(), _
    <OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
    string queryText,
    string testCaseFieldText,
    string[] testCaseProperties,
    out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
    String^ queryText, 
    String^ testCaseFieldText, 
    array<String^>^ testCaseProperties, 
    [OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics : 
        queryText:string * 
        testCaseFieldText:string * 
        testCaseProperties:string[] * 
        statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
    queryText : String, 
    testCaseFieldText : String, 
    testCaseProperties : String[], 
    statistics : ITestPointStatistics
) : ITestPointCollection

Parametry

  • queryText
    Typ: String
  • testCaseFieldText
    Typ: String
  • testCaseProperties
    Typ: array<String[]

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestPlan Rozhraní

QueryTestPointsAndStatistics – přetížení

Microsoft.TeamFoundation.TestManagement.Client – obor názvů