共用方式為


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

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
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

參數

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

傳回值

類型:Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection

.NET Framework 安全性

請參閱

參考

ITestPlan 介面

QueryTestPoints 多載

Microsoft.TeamFoundation.TestManagement.Client 命名空間