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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。