CollectorDataEntry.Attachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.