Interface ITestObjectCollection<TObjectInterface>
Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.
Representa a interface base para coleções de objetos de gerenciamento de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public interface ITestObjectCollection<TObjectInterface> : IList<TObjectInterface>,
ICollection<TObjectInterface>, IEnumerable<TObjectInterface>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
generic<typename TObjectInterface>
public interface class ITestObjectCollection : IList<TObjectInterface>,
ICollection<TObjectInterface>, IEnumerable<TObjectInterface>,
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
type ITestObjectCollection<'TObjectInterface> =
interface
interface IList<'TObjectInterface>
interface ICollection<'TObjectInterface>
interface IEnumerable<'TObjectInterface>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end
Public Interface ITestObjectCollection(Of TObjectInterface)
Inherits IList(Of TObjectInterface), ICollection(Of TObjectInterface),
IEnumerable(Of TObjectInterface), IEnumerable, INotifyCollectionChanged,
INotifyPropertyChanged
Parâmetros de tipo
- TObjectInterface
Um objeto de gerenciamento de teste do Type.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | (herdado de ICollection<T>.) |
![]() |
IsReadOnly | (herdado de ICollection<T>.) |
![]() |
Item[Int32] | (herdado de IList<T>.) |
![]() |
SyncRoot | Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código. Obtém um objeto que pode ser usado para sincronizar o acesso à coleção. |
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Add(T) | (herdado de ICollection<T>.) |
![]() |
Clear() | (herdado de ICollection<T>.) |
![]() |
Contains(T) | (herdado de ICollection<T>.) |
![]() |
CopyTo(T[], Int32) | (herdado de ICollection<T>.) |
![]() |
GetEnumerator() | (herdado de IEnumerable<T>.) |
![]() |
IndexOf(T) | (herdado de IList<T>.) |
![]() |
Insert(Int32, T) | (herdado de IList<T>.) |
![]() |
Move(Int32, Int32) | Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código. Move o item da coleção de uma posição para outra. |
![]() |
Remove(T) | (herdado de ICollection<T>.) |
![]() |
RemoveAt(Int32) | (herdado de IList<T>.) |
Eventos
Nome | Descrição | |
---|---|---|
![]() |
CollectionChanged | (herdado de INotifyCollectionChanged.) |
![]() |
PropertyChanged | (herdado de INotifyPropertyChanged.) |
Consulte também
INotifyCollectionChanged
INotifyPropertyChanged
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo