Condividi tramite


Metodo ITestPlan.QueryTestPoints (String, String, array<String[], Boolean)

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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

Parametri

  • pointQueryText
    Tipo: String
  • testCaseFieldText
    Tipo: String
  • testCaseProperties
    Tipo: array<String[]
  • fetchFirstPage
    Tipo: Boolean

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestPlan Interfaccia

Overload QueryTestPoints

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client