Metoda ITestManagementTeamProject.DownloadAttachments —
Przestrzeń nazw: Microsoft.TeamFoundation.TestManagement.Client
Zestaw: Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)
Składnia
'Deklaracja
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>
)
Parametry
- attachments
Typ: IList<ITestAttachment>
- localFiles
Typ: IList<String>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
ITestManagementTeamProject Interfejs
Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client