Partager via


ITestStep.Attachments, propriété

Obtient la collection de pièces jointes à cette étape de test.

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

Syntaxe

'Déclaration
ReadOnly Property Attachments As IAttachmentCollection
IAttachmentCollection Attachments { get; }
property IAttachmentCollection^ Attachments {
    IAttachmentCollection^ get ();
}
abstract Attachments : IAttachmentCollection with get
function get Attachments () : IAttachmentCollection

Valeur de propriété

Type : Microsoft.TeamFoundation.TestManagement.Client.IAttachmentCollection
Collection de pièces jointes à cette étape de test.

Sécurité .NET Framework

Voir aussi

Référence

ITestStep Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

IAttachmentCollection