ITestStep.CreateAttachment, méthode
Crée une pièce jointe à partir d'un fichier local.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Function CreateAttachment ( _
localFileName As String _
) As ITestAttachment
ITestAttachment CreateAttachment(
string localFileName
)
ITestAttachment^ CreateAttachment(
String^ localFileName
)
abstract CreateAttachment :
localFileName:string -> ITestAttachment
function CreateAttachment(
localFileName : String
) : ITestAttachment
Paramètres
localFileName
Type : StringChemin d'accès et nom du fichier à joindre.
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
Nouvelle pièce jointe de test.
Notes
La pièce jointe doit être ajoutée à Attachments après avoir été créée.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms