IAttachmentOwner Interface
Represents the functionality that is required for an object to support attachments.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface IAttachmentOwner
public interface IAttachmentOwner
public interface class IAttachmentOwner
type IAttachmentOwner = interface end
public interface IAttachmentOwner
The IAttachmentOwner type exposes the following members.
Properties
Name | Description | |
---|---|---|
Attachments | Gets the collection of attachments. |
Top
Methods
Name | Description | |
---|---|---|
CreateAttachment(String) | Creates an attachment from a file. | |
CreateAttachment(String, SourceFileAction) | Creates an attachment from a file, optionally deleting the source file after uploading. |
Top
Events
Name | Description | |
---|---|---|
AttachmentUploadCompleted | This event is raised when the attachment upload is completed. |
Top