Compartir a través de


IDataCollectorInformationCollection (Interfaz)

Representa una colección de información sobre recopiladores de datos.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

El tipo IDataCollectorInformationCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Obtiene el número de elementos incluidos en ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>).
Propiedad pública IsReadOnly Obtiene un valor que indica si ICollection<T> es de solo lectura. (Se hereda de ICollection<IDataCollectorInformation>).
Propiedad pública Item Obtiene o establece el elemento que se encuentra en el índice especificado. (Se hereda de IList<IDataCollectorInformation>).
Propiedad pública SyncRoot Obtiene un objeto que se puede utilizar para sincronizar el acceso a la colección. (Se hereda de ITestObjectCollection<TObjectInterface>).

Arriba

Métodos

  Nombre Descripción
Método público Add Agrega un elemento a ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>).
Método público Clear Quita todos los elementos de ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>).
Método público Contains Determina si ICollection<T> contiene un valor específico. (Se hereda de ICollection<IDataCollectorInformation>).
Método público CopyTo Copia los elementos de la interfaz ICollection<T> a un objeto Array, a partir de un índice determinado de la clase Array. (Se hereda de ICollection<IDataCollectorInformation>).
Método público GetEnumerator() Devuelve un enumerador que recorre en iteración la colección. (Se hereda de IEnumerable<IDataCollectorInformation>).
Método público GetEnumerator() Devuelve un enumerador que recorre en iteración una colección. (Se hereda de IEnumerable).
Método público IndexOf Determina el índice de un elemento específico de IList<T>. (Se hereda de IList<IDataCollectorInformation>).
Método público Insert Inserta un elemento en IList<T>, en el índice especificado. (Se hereda de IList<IDataCollectorInformation>).
Método público Move Mueve el elemento de la colección de una posición a otra. (Se hereda de ITestObjectCollection<TObjectInterface>).
Método público Remove Quita la primera aparición de un objeto específico de ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>).
Método público RemoveAt Quita el elemento de IList<T> en el índice especificado. (Se hereda de IList<IDataCollectorInformation>).

Arriba

Eventos

  Nombre Descripción
Evento público CollectionChanged Se produce cuando cambia la colección. (Se hereda de INotifyCollectionChanged).
Evento público PropertyChanged Se produce cuando cambia el valor de una propiedad. (Se hereda de INotifyPropertyChanged).

Arriba

Ejemplos

IDataCollectorInformation

ITestObjectCollection<TObjectInterface>

INotifyCollectionChanged

Vea también

Referencia

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)