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
public interface IAttachmentOwner
public interface class IAttachmentOwner
type IAttachmentOwner = interface end
Public Interface IAttachmentOwner
Properties
Name | Description | |
---|---|---|
Attachments | Gets the collection of attachments. |
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. |
Events
Name | Description | |
---|---|---|
AttachmentUploadCompleted | This event is raised when the attachment upload is completed. |
See Also
ITestAttachment
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top