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 | |
---|---|---|
Count | (herdado de ICollection<T>.) |
|
IsReadOnly | (herdado de ICollection<T>.) |
|
Item[Int32] | Obtém ou define o elemento no índice especificado. |
Métodos
Nome | Descrição | |
---|---|---|
Add(T) | (herdado de ICollection<T>.) |
|
Clear() | (herdado de ICollection<T>.) |
|
Contains(T) | (herdado de ICollection<T>.) |
|
CopyTo(T[], Int32) | (herdado de ICollection<T>.) |
|
GetEnumerator() | (herdado de IEnumerable<T>.) |
|
Remove(T) | (herdado de ICollection<T>.) |
|
RemoveAt(Int32) | Remove o IAttachmentCollection item no índice especificado. |
Eventos
Nome | Descrição | |
---|---|---|
CollectionChanged | (herdado de INotifyCollectionChanged.) |
Consulte também
ITestCase
ITestStep
ITestRun
ITestResult
ISharedStep
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo