Partager via


ITestAttachment.DownloadToFile, méthode

Télécharge le contenu de la pièce jointe vers le fichier nommé après l'enregistrement de l'élément de travail associé sur le serveur.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Sub DownloadToFile ( _
    localFileName As String _
)
void DownloadToFile(
    string localFileName
)
void DownloadToFile(
    String^ localFileName
)
abstract DownloadToFile : 
        localFileName:string -> unit 
function DownloadToFile(
    localFileName : String
)

Paramètres

  • localFileName
    Type : System.String
    Nom qualifié complet du fichier.

Notes

Si la méthode M:Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment.DownloadToFile (System.String) est appelée avant que la pièce jointe ait été complètement téléchargée, la méthode retourne le fichier local et ne lève pas d'exception.

Sécurité .NET Framework

Voir aussi

Référence

ITestAttachment Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

DownloadToArray