次の方法で共有


ITestPlan.QueryTestPointsAndStatistics メソッド (String, String, array<String , ITestPointStatistics%)

この計画に属し、特定の WIQL の条件に一致するすべての点を検索します。

名前空間:  Microsoft.TeamFoundation.TestManagement.Client
アセンブリ:  Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)

構文

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

パラメーター

  • queryText
    型 : System.String
    ポイントを取得するための WIQL クエリ文字列。
  • testCaseFieldText
    型 : System.String
    埋め込みテスト ケースを取得するための WIQL 文字列。
  • testCaseProperties
    型 : array<System.String[]
    先取りとキャッシュに関連するテスト ケースのプロパティの配列。

戻り値

型 : Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
クエリに対応した点のコレクション。

解説

このクエリで使用できる WIQL のフィールドの一部を次に示します。: SuiteId ConfigurationId TestCaseId PointState AreaPath RecursiveSuiteId: RecursiveSuiteId で始まるスイート階層のすべての点を照会します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

ITestPlan インターフェイス

QueryTestPointsAndStatistics オーバーロード

Microsoft.TeamFoundation.TestManagement.Client 名前空間