Interface IDataCollectorInformationCollection
Uma coleção de informações sobre os coletores de dados.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Public Interface IDataCollectorInformationCollection _
Inherits ITestObjectCollection(Of IDataCollectorInformation), IList(Of IDataCollectorInformation), _
ICollection(Of IDataCollectorInformation), IEnumerable(Of IDataCollectorInformation), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface IDataCollectorInformationCollection : ITestObjectCollection<IDataCollectorInformation>,
IList<IDataCollectorInformation>, ICollection<IDataCollectorInformation>, IEnumerable<IDataCollectorInformation>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class IDataCollectorInformationCollection : ITestObjectCollection<IDataCollectorInformation^>,
IList<IDataCollectorInformation^>, ICollection<IDataCollectorInformation^>, IEnumerable<IDataCollectorInformation^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type IDataCollectorInformationCollection =
interface
interface ITestObjectCollection<IDataCollectorInformation>
interface IList<IDataCollectorInformation>
interface ICollection<IDataCollectorInformation>
interface IEnumerable<IDataCollectorInformation>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface IDataCollectorInformationCollection extends ITestObjectCollection<IDataCollectorInformation>, IList<IDataCollectorInformation>, ICollection<IDataCollectorInformation>, IEnumerable<IDataCollectorInformation>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
O tipo IDataCollectorInformationCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | Obtém o número de elementos contidos em ICollection. (Herdado de ICollection<IDataCollectorInformation>.) |
![]() |
IsReadOnly | Obtém um valor que indica se ICollection é somente leitura. (Herdado de ICollection<IDataCollectorInformation>.) |
![]() |
Item | Obtém ou define o elemento no índice especificado. (Herdado de IList<IDataCollectorInformation>.) |
![]() |
SyncRoot | Obtém um objeto que pode ser usado para sincronizar o acesso à coleção. (Herdado de ITestObjectCollection<TObjectInterface>.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Add | Adiciona um item a ICollection. (Herdado de ICollection<IDataCollectorInformation>.) |
![]() |
Clear | Remove todos os itens de ICollection. (Herdado de ICollection<IDataCollectorInformation>.) |
![]() |
Contains | Determina se ICollection contém um valor específico. (Herdado de ICollection<IDataCollectorInformation>.) |
![]() |
CopyTo | Copia os elementos de ICollection a Array, a partir de um índice específico de Array . (Herdado de ICollection<IDataCollectorInformation>.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the collection. (Herdado de IEnumerable<IDataCollectorInformation>.) |
![]() |
IndexOf | Determina o índice de um item específico em IList. (Herdado de IList<IDataCollectorInformation>.) |
![]() |
Insert | Insere um item a IList no índice especificado. (Herdado de IList<IDataCollectorInformation>.) |
![]() |
Move | Move o item da coleção de uma posição para outra. (Herdado de ITestObjectCollection<TObjectInterface>.) |
![]() |
Remove | Remove a primeira ocorrência de um objeto específico de ICollection. (Herdado de ICollection<IDataCollectorInformation>.) |
![]() |
RemoveAt | Remove o item de IList no índice especificado. (Herdado de IList<IDataCollectorInformation>.) |
Superior
Eventos
Nome | Descrição | |
---|---|---|
![]() |
CollectionChanged | Ocorre quando a coleção é alterada. (Herdado de INotifyCollectionChanged.) |
![]() |
PropertyChanged | Ocorre quando um valor de propriedade alterado. (Herdado de INotifyPropertyChanged.) |
Superior
Exemplos
ITestObjectCollection<TObjectInterface>