Partager via


IReadOnlyObservableSet<T>, interface

Provides a homogeneous collection of objects of type T.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
Public Interface IReadOnlyObservableSet(Of T) _
    Inherits IReadOnlyObservableSet, INotifyCollectionChanged, IEnumerable(Of T),  _
    IEnumerable
public interface IReadOnlyObservableSet<T> : IReadOnlyObservableSet, 
    INotifyCollectionChanged, IEnumerable<T>, IEnumerable

Paramètres de type

  • T
    The type of items stored in the set.

Le type IReadOnlyObservableSet<T> expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of elements contained in the IReadOnlyObservableSet. (Hérité de IReadOnlyObservableSet.)

Début

Méthodes

  Nom Description
Méthode publique Contains(Object) Determines whether the IReadOnlyObservableSet contains a specific value. (Hérité de IReadOnlyObservableSet.)
Méthode publique Contains(T) Determines whether the IReadOnlyObservableSet<T> contains a specific value.
Méthode publique GetEnumerator() Retourne un énumérateur qui itère au sein de la collection. (Hérité de IEnumerable<T>.)
Méthode publique GetEnumerator() Retourne un énumérateur qui itère au sein d'une collection. (Hérité de IEnumerable.)

Début

Événements

  Nom Description
Événement public CollectionChanged Se produit lorsque la collection est modifiée. (Hérité de INotifyCollectionChanged.)

Début

Remarques

This interface is used by the ReadOnlyObservableSet<T> base class to specifically filter hierarchy items (not progressive nodes) in a solution filter. If you are creating a solution filter from scratch, use IReadOnlyObservableSet.

Voir aussi

Référence

Microsoft.VisualStudio.Shell, espace de noms