Compartilhar via


Interface IAttachmentCollection

 

Representa uma coleção de anexos que está associada a objetos de teste, como, por exemplo, casos de teste, etapas de teste, execuções de teste, os resultados do teste e etapas compartilhadas.

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

Sintaxe

public interface IAttachmentCollection : ICollection<ITestAttachment>, 
    IEnumerable<ITestAttachment>, IEnumerable, INotifyCollectionChanged
public interface class IAttachmentCollection : ICollection<ITestAttachment^>, 
    IEnumerable<ITestAttachment^>, IEnumerable, INotifyCollectionChanged
type IAttachmentCollection = 
    interface
        interface ICollection<ITestAttachment>
        interface IEnumerable<ITestAttachment>
        interface IEnumerable
        interface INotifyCollectionChanged
    end
Public Interface IAttachmentCollection
    Inherits ICollection(Of ITestAttachment), IEnumerable(Of ITestAttachment),
    IEnumerable, INotifyCollectionChanged

Propriedades

Nome Descrição
System_CAPS_pubproperty Count

(herdado de ICollection<T>.)

System_CAPS_pubproperty IsReadOnly

(herdado de ICollection<T>.)

System_CAPS_pubproperty Item[Int32]

Obtém ou define o elemento no índice especificado.

Métodos

Nome Descrição
System_CAPS_pubmethod Add(T)

(herdado de ICollection<T>.)

System_CAPS_pubmethod Clear()

(herdado de ICollection<T>.)

System_CAPS_pubmethod Contains(T)

(herdado de ICollection<T>.)

System_CAPS_pubmethod CopyTo(T[], Int32)

(herdado de ICollection<T>.)

System_CAPS_pubmethod GetEnumerator()

(herdado de IEnumerable<T>.)

System_CAPS_pubmethod Remove(T)

(herdado de ICollection<T>.)

System_CAPS_pubmethod RemoveAt(Int32)

Remove o IAttachmentCollection item no índice especificado.

Eventos

Nome Descrição
System_CAPS_pubevent CollectionChanged

(herdado de INotifyCollectionChanged.)

Consulte também

ITestCase
ITestStep
ITestRun
ITestResult
ISharedStep
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo