Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public interface class IAttachmentOwner

NameDescription
System_CAPS_pubpropertyAttachments

Gets the collection of attachments.

NameDescription
System_CAPS_pubmethodCreateAttachment(String^)

Creates an attachment from a file.

System_CAPS_pubmethodCreateAttachment(String^, SourceFileAction)

Creates an attachment from a file, optionally deleting the source file after uploading.

NameDescription
System_CAPS_pubeventAttachmentUploadCompleted

This event is raised when the attachment upload is completed.

Return to top
Show: