指定したクエリと一致する添付ファイルのリストを返します。
名前空間: Microsoft.TeamFoundation.TestManagement.Client
アセンブリ: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)
構文
'宣言
Function QueryAttachments ( _
queryText As String _
) As IList(Of ITestAttachment)
IList<ITestAttachment> QueryAttachments(
string queryText
)
IList<ITestAttachment^>^ QueryAttachments(
String^ queryText
)
abstract QueryAttachments :
queryText:string -> IList<ITestAttachment>
function QueryAttachments(
queryText : String
) : IList<ITestAttachment>
パラメーター
- queryText
型: System.String
添付ファイルを検索する WIQL クエリ。
戻り値
型: System.Collections.Generic.IList<ITestAttachment>
一致する添付ファイルのリスト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。