Share via


ITestStep.Attachments Property

Gets the collection of attachments to this test step.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IAttachmentCollection
The collection of attachments to this test step.

.NET Framework Security

See Also

Reference

ITestStep Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IAttachmentCollection