Compartilhar via


Interface IAttachmentOwner

 

Representa funcionalidade que é necessária para um objeto para os anexos de suporte.

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

Sintaxe

public interface IAttachmentOwner
public interface class IAttachmentOwner
type IAttachmentOwner = interface end
Public Interface IAttachmentOwner

Propriedades

Nome Descrição
System_CAPS_pubproperty Attachments

Obtém a coleção de anexos.

Métodos

Nome Descrição
System_CAPS_pubmethod CreateAttachment(String)

Cria um anexo de um arquivo.

System_CAPS_pubmethod CreateAttachment(String, SourceFileAction)

Cria um anexo de um arquivo, excluindo opcionalmente o arquivo de origem após carregamento.

Eventos

Nome Descrição
System_CAPS_pubevent AttachmentUploadCompleted

Este evento é gerado quando o carregamento de anexo terminar.

Consulte também

ITestAttachment
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo