Compartilhar via


Classe SessionPropertyCollection<T>

 

Coleção para armazenar notas, indexadores, ou qualquer coleção que é uma propriedade de sessão.

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.SessionPropertyCollection<T>

Sintaxe

public class SessionPropertyCollection<T> : ObservableCollection<T>
generic<typename T>
public ref class SessionPropertyCollection : ObservableCollection<T>
type SessionPropertyCollection<'T> = 
    class
        inherit ObservableCollection<'T>
    end
Public Class SessionPropertyCollection(Of T)
    Inherits ObservableCollection(Of T)

Parâmetros de tipo

  • T

Construtores

Nome Descrição
System_CAPS_pubmethod SessionPropertyCollection<T>()

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 Insert(Int32, T)

(herdado de Collection<T>.)

System_CAPS_protmethod InsertItem(Int32, T)

(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, T)

(herdado de ObservableCollection<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

Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo