ITestManagementTeamProject.DownloadAttachments, méthode
Télécharge un ensemble de pièces jointes vers les chemins d'accès spécifiés.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
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>
)
Paramètres
- attachments
Type : System.Collections.Generic.IList<ITestAttachment>
Liste de pièces jointes à extraire.
- localFiles
Type : System.Collections.Generic.IList<String>
Noms de fichiers dans lesquels mettre des pièces jointes.Cette liste doit avoir la même longueur que les pièces jointes.
Notes
Si une erreur se produit, la méthode lève une exception et s'arrête. Les fichiers locaux sont laissés dans un état indéfini.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client, espace de noms