ISharedStepCollection (Interfaz)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Representa una colección de pasos compartidos.
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
Public Interface ISharedStepCollection _
Inherits ITestObjectCollection(Of ISharedStep), IList(Of ISharedStep), _
ICollection(Of ISharedStep), IEnumerable(Of ISharedStep), IEnumerable, _
INotifyCollectionChanged, INotifyPropertyChanged
public interface ISharedStepCollection : ITestObjectCollection<ISharedStep>,
IList<ISharedStep>, ICollection<ISharedStep>, IEnumerable<ISharedStep>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
public interface class ISharedStepCollection : ITestObjectCollection<ISharedStep^>,
IList<ISharedStep^>, ICollection<ISharedStep^>, IEnumerable<ISharedStep^>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ISharedStepCollection =
interface
interface ITestObjectCollection<ISharedStep>
interface IList<ISharedStep>
interface ICollection<ISharedStep>
interface IEnumerable<ISharedStep>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
public interface ISharedStepCollection extends ITestObjectCollection<ISharedStep>, IList<ISharedStep>, ICollection<ISharedStep>, IEnumerable<ISharedStep>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
El tipo ISharedStepCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Obtiene el número de elementos incluidos en ICollection<T>. (Se hereda de ICollection<ISharedStep>). | |
IsReadOnly | Obtiene un valor que indica si ICollection<T> es de solo lectura. (Se hereda de ICollection<ISharedStep>). | |
Item | Obtiene o establece el elemento que se encuentra en el índice especificado. (Se hereda de IList<ISharedStep>). | |
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<ISharedStep>). | |
Clear | Quita todos los elementos de ICollection<T>. (Se hereda de ICollection<ISharedStep>). | |
Contains | Determina si ICollection<T> contiene un valor específico. (Se hereda de ICollection<ISharedStep>). | |
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<ISharedStep>). | |
GetEnumerator() | Devuelve un enumerador que recorre en iteración la colección. (Se hereda de IEnumerable<ISharedStep>). | |
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<ISharedStep>). | |
Insert | Inserta un elemento en IList<T>, en el índice especificado. (Se hereda de IList<ISharedStep>). | |
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<ISharedStep>). | |
RemoveAt | Quita el elemento de IList<T> en el índice especificado. (Se hereda de IList<ISharedStep>). |
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
Vea también
Referencia
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)