Compartir a través de


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
Propiedad pública Count Obtiene el número de elementos incluidos en ICollection<T>. (Se hereda de ICollection<ISharedStep>).
Propiedad pública IsReadOnly Obtiene un valor que indica si ICollection<T> es de solo lectura. (Se hereda de ICollection<ISharedStep>).
Propiedad pública Item Obtiene o establece el elemento que se encuentra en el índice especificado. (Se hereda de IList<ISharedStep>).
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<ISharedStep>).
Método público Clear Quita todos los elementos de ICollection<T>. (Se hereda de ICollection<ISharedStep>).
Método público Contains Determina si ICollection<T> contiene un valor específico. (Se hereda de ICollection<ISharedStep>).
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<ISharedStep>).
Método público GetEnumerator() Devuelve un enumerador que recorre en iteración la colección. (Se hereda de IEnumerable<ISharedStep>).
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<ISharedStep>).
Método público Insert Inserta un elemento en IList<T>, en el índice especificado. (Se hereda de IList<ISharedStep>).
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<ISharedStep>).
Método público RemoveAt Quita el elemento de IList<T> en el índice especificado. (Se hereda de IList<ISharedStep>).

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

Vea también

Referencia

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

ITestObjectCollection<TObjectInterface>

ISharedStep

INotifyCollectionChanged