IReadOnlyObservableSet Interface
Visual Studio 2015
Provides a heterogeneous collection of objects (non-type safe).
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the IReadOnlyObservableSet. |
| Name | Description | |
|---|---|---|
![]() | Contains(Object) | Determines whether the IReadOnlyObservableSet contains a specific value. |
![]() | GetEnumerator() | (Inherited from IEnumerable.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
Use this interface if you are creating a solution filter from scratch. Otherwise, use the IReadOnlyObservableSet<T> interface.
Show:


