Share via


CollectorDataEntry.Attachments Property

Definition

Gets a list of attachments for this data entry.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::Common::IDataAttachment ^> ^ Attachments { System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::Common::IDataAttachment ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.Common.IDataAttachment> Attachments { get; }
member this.Attachments : System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.Common.IDataAttachment>
Public ReadOnly Property Attachments As IList(Of IDataAttachment)

Property Value

A list of attachments for this data entry.

Applies to