Condividi tramite


Proprietà ITestStep.Attachments

Ottiene la raccolta di allegati a questo passo di test.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.TeamFoundation.TestManagement.Client.IAttachmentCollection
Raccolta di allegati a questo passo di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestStep Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

IAttachmentCollection