IDataAttachment Interface
Represents an interface that is used to define a data attachment.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IDataAttachment
public interface IDataAttachment
public interface class IDataAttachment
type IDataAttachment = interface end
public interface IDataAttachment
The IDataAttachment type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets a description of the attachment. |
Top