The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IAttachmentOwner Interface
Represents the functionality that is required for an object to support attachments.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Attachments | Gets the collection of attachments. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | AttachmentUploadCompleted | This event is raised when the attachment upload is completed. |
Show:


