Compartilhar via


Classe TestActionResultCollection

 

Representa uma coleção de objetos do resultado de ação de teste.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Hierarquia de herança

System.Object
  System.Collections.ObjectModel.Collection<T>
    System.Collections.ObjectModel.ObservableCollection<T>
      Microsoft.TeamFoundation.TestManagement.Client.TestActionResultCollection

Sintaxe

public class TestActionResultCollection : ObservableCollection<ITestActionResult>
public ref class TestActionResultCollection : ObservableCollection<ITestActionResult^>
type TestActionResultCollection = 
    class
        inherit ObservableCollection<ITestActionResult>
    end
Public Class TestActionResultCollection
    Inherits ObservableCollection(Of ITestActionResult)

Propriedades

Nome Descrição
System_CAPS_pubproperty Count

(herdado de Collection<T>.)

System_CAPS_pubproperty Item[Int32]

(herdado de Collection<T>.)

System_CAPS_protproperty Items

(herdado de Collection<T>.)

Métodos

Nome Descrição
System_CAPS_pubmethod Add(T)

(herdado de Collection<T>.)

System_CAPS_protmethod BlockReentrancy()

(herdado de ObservableCollection<T>.)

System_CAPS_protmethod CheckReentrancy()

(herdado de ObservableCollection<T>.)

System_CAPS_pubmethod Clear()

(herdado de Collection<T>.)

System_CAPS_protmethod ClearItems()

(Substitui ObservableCollection<T>.ClearItems().)

System_CAPS_pubmethod Contains(T)

(herdado de Collection<T>.)

System_CAPS_pubmethod CopyTo(T[], Int32)

(herdado de Collection<T>.)

System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_protmethod Finalize()

(herdado de Object.)

System_CAPS_pubmethod GetEnumerator()

(herdado de Collection<T>.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod IndexOf(T)

(herdado de Collection<T>.)

System_CAPS_pubmethod IndexOf(Int32)

Procura por um resultado de ação de teste que tem a identificação de ação especificada e retorna o índice baseado em zero da primeira ocorrência na coleção inteira.

System_CAPS_pubmethod Insert(Int32, T)

(herdado de Collection<T>.)

System_CAPS_protmethod InsertItem(Int32, ITestActionResult)

Insere o resultado da ação de teste fornecido na coleção no índice especificado.(Substitui ObservableCollection<T>.InsertItem(Int32, T).)

System_CAPS_protmethod MemberwiseClone()

(herdado de Object.)

System_CAPS_pubmethod Move(Int32, Int32)

(herdado de ObservableCollection<T>.)

System_CAPS_protmethod MoveItem(Int32, Int32)

(herdado de ObservableCollection<T>.)

System_CAPS_protmethod OnCollectionChanged(NotifyCollectionChangedEventArgs)

(herdado de ObservableCollection<T>.)

System_CAPS_protmethod OnPropertyChanged(PropertyChangedEventArgs)

(herdado de ObservableCollection<T>.)

System_CAPS_pubmethod Remove(T)

(herdado de Collection<T>.)

System_CAPS_pubmethod RemoveAt(Int32)

(herdado de Collection<T>.)

System_CAPS_protmethod RemoveItem(Int32)

(Substitui ObservableCollection<T>.RemoveItem(Int32).)

System_CAPS_protmethod SetItem(Int32, ITestActionResult)

Substitui o resultado da ação de teste fornecido no índice especificado.(Substitui ObservableCollection<T>.SetItem(Int32, T).)

System_CAPS_pubmethod ToString()

(herdado de Object.)

Eventos

Nome Descrição
System_CAPS_pubevent CollectionChanged

(herdado de ObservableCollection<T>.)

System_CAPS_protevent PropertyChanged

(herdado de ObservableCollection<T>.)

Implementações explícitas da interface

Nome Descrição
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection.CopyTo(Array, Int32)

(herdado de Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(herdado de Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Add(Object)

(herdado de Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Contains(Object)

(herdado de Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.IndexOf(Object)

(herdado de Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Insert(Int32, Object)

(herdado de Collection<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Remove(Object)

(herdado de Collection<T>.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

ITestActionResult
ObservableCollection<T>
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo