指定したクエリとコンテキストに基づいて、サーバーからテスト構成のコレクションを取得します。
名前空間: Microsoft.TeamFoundation.TestManagement.Client
アセンブリ: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)
構文
'宣言
Function Query ( _
queryText As String, _
context As IDictionary _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
string queryText,
IDictionary context
)
ITestConfigurationCollection^ Query(
String^ queryText,
IDictionary^ context
)
abstract Query :
queryText:string *
context:IDictionary -> ITestConfigurationCollection
function Query(
queryText : String,
context : IDictionary
) : ITestConfigurationCollection
パラメーター
- queryText
型: System.String
実行される WIQL。
- context
型: System.Collections.IDictionary
WIQL パラメーターの名前付きの値のディクショナリ。
戻り値
型: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
一致するテスト構成のコレクション。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
ITestConfigurationHelper インターフェイス