このテスト計画に属し、指定されたポイント クエリおよびフィールド値サブクエリと一致するすべてのテスト ポイントを検索して返します。
名前空間: 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
型: System.String
テスト ポイント オブジェクトを検索する WIQL string。
- testCaseFieldText
型: System.String
特定の値または範囲を持つフィールドに基づいてテスト ケースを検索するための WIQL string。
戻り値
型: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
テスト ポイントのコレクション。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。