Interfejs IReadOnlyObservableSet
Provides a heterogeneous collection of objects (non-type safe).
Przestrzeń nazw: Microsoft.VisualStudio.Shell
Zestaw: Microsoft.VisualStudio.Shell.Immutable.11.0 (w Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Składnia
'Deklaracja
Public Interface IReadOnlyObservableSet _
Inherits IEnumerable, INotifyCollectionChanged
public interface IReadOnlyObservableSet : IEnumerable,
INotifyCollectionChanged
Typ IReadOnlyObservableSet uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Count | Gets the number of elements contained in the IReadOnlyObservableSet. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Contains | Determines whether the IReadOnlyObservableSet contains a specific value. |
![]() |
GetEnumerator | Zwraca modułu wyliczającego, który dokonuje iteracji kolekcji. (Odziedziczone z IEnumerable). |
Początek
Zdarzenia
Nazwa | Opis | |
---|---|---|
![]() |
CollectionChanged | Występuje, gdy kolekcja. (Odziedziczone z INotifyCollectionChanged). |
Początek
Uwagi
Use this interface if you are creating a solution filter from scratch. Otherwise, use the IReadOnlyObservableSet<T> interface.