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 | |
---|---|---|
Count | Obtiene el número de elementos incluidos en ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>). | |
IsReadOnly | Obtiene un valor que indica si ICollection<T> es de solo lectura. (Se hereda de ICollection<IDataCollectorInformation>). | |
Item | Obtiene o establece el elemento que se encuentra en el índice especificado. (Se hereda de IList<IDataCollectorInformation>). | |
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 | |
---|---|---|
Add | Agrega un elemento a ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>). | |
Clear | Quita todos los elementos de ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>). | |
Contains | Determina si ICollection<T> contiene un valor específico. (Se hereda de ICollection<IDataCollectorInformation>). | |
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>). | |
GetEnumerator() | Devuelve un enumerador que recorre en iteración la colección. (Se hereda de IEnumerable<IDataCollectorInformation>). | |
GetEnumerator() | Devuelve un enumerador que recorre en iteración una colección. (Se hereda de IEnumerable). | |
IndexOf | Determina el índice de un elemento específico de IList<T>. (Se hereda de IList<IDataCollectorInformation>). | |
Insert | Inserta un elemento en IList<T>, en el índice especificado. (Se hereda de IList<IDataCollectorInformation>). | |
Move | Mueve el elemento de la colección de una posición a otra. (Se hereda de ITestObjectCollection<TObjectInterface>). | |
Remove | Quita la primera aparición de un objeto específico de ICollection<T>. (Se hereda de ICollection<IDataCollectorInformation>). | |
RemoveAt | Quita el elemento de IList<T> en el índice especificado. (Se hereda de IList<IDataCollectorInformation>). |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
CollectionChanged | Se produce cuando cambia la colección. (Se hereda de INotifyCollectionChanged). | |
PropertyChanged | Se produce cuando cambia el valor de una propiedad. (Se hereda de INotifyPropertyChanged). |
Arriba
Ejemplos
ITestObjectCollection<TObjectInterface>
Vea también
Referencia
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)