ITestManagementTeamProject.DownloadAttachments メソッド
指定したパスに添付ファイルのセットをダウンロードします。
名前空間: Microsoft.TeamFoundation.TestManagement.Client
アセンブリ: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)
構文
'宣言
Sub DownloadAttachments ( _
attachments As IList(Of ITestAttachment), _
localFiles As IList(Of String) _
)
void DownloadAttachments(
IList<ITestAttachment> attachments,
IList<string> localFiles
)
void DownloadAttachments(
IList<ITestAttachment^>^ attachments,
IList<String^>^ localFiles
)
abstract DownloadAttachments :
attachments:IList<ITestAttachment> *
localFiles:IList<string> -> unit
function DownloadAttachments(
attachments : IList<ITestAttachment>,
localFiles : IList<String>
)
パラメーター
- attachments
型 : System.Collections.Generic.IList<ITestAttachment>
取得する添付ファイルの一覧。
- localFiles
型 : System.Collections.Generic.IList<String>
添付ファイルを配置するファイル名。このリストは、添付ファイルと同じ長さである必要があります。
解説
エラーが発生すると、メソッドが例外をスローして停止します。ローカル ファイルは未定義の状態のままになっています。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。