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>
첨부 파일을 넣을 파일 이름입니다.이 목록은 첨부 파일과 동일한 길이여야 합니다.
설명
오류가 발생하면 메서드가 예외를 throw하고 중지됩니다. 로컬 파일이 정의되지 않은 상태로 남아 있습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.