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 | |
---|---|---|
![]() |
Attachments | Obtém a coleção de anexos. |
Métodos
Nome | Descrição | |
---|---|---|
![]() |
CreateAttachment(String) | Cria um anexo de um arquivo. |
![]() |
CreateAttachment(String, SourceFileAction) | Cria um anexo de um arquivo, excluindo opcionalmente o arquivo de origem após carregamento. |
Eventos
Nome | Descrição | |
---|---|---|
![]() |
AttachmentUploadCompleted | Este evento é gerado quando o carregamento de anexo terminar. |
Consulte também
ITestAttachment
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo