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
System_CAPS_pubproperty Attachments

Gets the collection of attachments.

Methods

Name Description
System_CAPS_pubmethod CreateAttachment(String)

Creates an attachment from a file.

System_CAPS_pubmethod CreateAttachment(String, SourceFileAction)

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

Events

Name Description
System_CAPS_pubevent AttachmentUploadCompleted

This event is raised when the attachment upload is completed.

See Also

ITestAttachment
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top