Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Representa una colección de puntos de prueba para los métodos de consulta de punto de prueba en la interfaz ITestPlan.
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
Public Interface ITestPointCollection _
Inherits ITestObjectCollection(Of ITestPoint), IList(Of ITestPoint), _
ICollection(Of ITestPoint), IEnumerable(Of ITestPoint), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface ITestPointCollection : ITestObjectCollection<ITestPoint>,
IList<ITestPoint>, ICollection<ITestPoint>, IEnumerable<ITestPoint>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ITestPointCollection : ITestObjectCollection<ITestPoint^>,
IList<ITestPoint^>, ICollection<ITestPoint^>, IEnumerable<ITestPoint^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestPointCollection =
interface
interface ITestObjectCollection<ITestPoint>
interface IList<ITestPoint>
interface ICollection<ITestPoint>
interface IEnumerable<ITestPoint>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface ITestPointCollection extends ITestObjectCollection<ITestPoint>, IList<ITestPoint>, ICollection<ITestPoint>, IEnumerable<ITestPoint>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
El tipo ITestPointCollection expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Count | Obtiene el número de elementos incluidos en ICollection<T>. (Se hereda de ICollection<ITestPoint>). |
![]() |
IsReadOnly | Obtiene un valor que indica si ICollection<T> es de sólo lectura. (Se hereda de ICollection<ITestPoint>). |
![]() |
Item | Obtiene o establece el elemento que se encuentra en el índice especificado. (Se hereda de IList<ITestPoint>). |
![]() |
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<ITestPoint>). |
![]() |
Clear | Quita todos los elementos de ICollection<T>. (Se hereda de ICollection<ITestPoint>). |
![]() |
Contains | Determina si la interfaz ICollection<T> contiene un valor específico. (Se hereda de ICollection<ITestPoint>). |
![]() |
CopyTo | Copia los elementos de ICollection<T> en un objeto Array, a partir de un índice determinado de Array. (Se hereda de ICollection<ITestPoint>). |
![]() |
GetEnumerator | Devuelve un enumerador que recorre en iteración la colección. (Se hereda de IEnumerable<ITestPoint>). |
![]() |
IndexOf | Determina el índice de un elemento específico de IList<T>. (Se hereda de IList<ITestPoint>). |
![]() |
Insert | Inserta un elemento en la interfaz IList<T>, en el índice especificado. (Se hereda de IList<ITestPoint>). |
![]() |
Move | Mueve el elemento de la colección de una posición a otra. (Se hereda de ITestObjectCollection<TObjectInterface>). |
![]() |
Refresh | |
![]() |
Remove | Quita la primera aparición de un objeto específico de la interfaz ICollection<T>. (Se hereda de ICollection<ITestPoint>). |
![]() |
RemoveAt | Quita el elemento de la interfaz IList<T> que se encuentra en el índice especificado. (Se hereda de IList<ITestPoint>). |
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 propiedad. (Se hereda de INotifyPropertyChanged). |
Arriba
Vea también
Referencia
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)
.gif)
.gif)
.gif)