Sdílet prostřednictvím


ITestPlan.QueryTestPoints – metoda (String, String, array<String , Boolean)

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

Syntaxe

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

Parametry

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

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestPlan Rozhraní

QueryTestPoints – přetížení

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