共用方式為


ITestPlan.QueryTestPoints 方法 (String, String)

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

語法

'宣告
Function QueryTestPoints ( _
    pointQueryText As String, _
    testCaseFieldText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string pointQueryText,
    string testCaseFieldText
)
ITestPointCollection^ QueryTestPoints(
    String^ pointQueryText, 
    String^ testCaseFieldText
)
abstract QueryTestPoints : 
        pointQueryText:string * 
        testCaseFieldText:string -> ITestPointCollection
function QueryTestPoints(
    pointQueryText : String, 
    testCaseFieldText : String
) : ITestPointCollection

參數

  • pointQueryText
    類型:String
  • testCaseFieldText
    類型:String

傳回值

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

.NET Framework 安全性

請參閱

參考

ITestPlan 介面

QueryTestPoints 多載

Microsoft.TeamFoundation.TestManagement.Client 命名空間