IReadOnlyObservableSet Interface

 

Provides a heterogeneous collection of objects (non-type safe).

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public interface IReadOnlyObservableSet : IEnumerable, INotifyCollectionChanged

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the IReadOnlyObservableSet.

NameDescription
System_CAPS_pubmethodContains(Object)

Determines whether the IReadOnlyObservableSet contains a specific value.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable.)

NameDescription
System_CAPS_pubeventCollectionChanged

(Inherited from INotifyCollectionChanged.)

Use this interface if you are creating a solution filter from scratch. Otherwise, use the IReadOnlyObservableSet<T> interface.

Return to top
Show: