IFilteredHierarchyItemSet Interface

 

Provides a flattened list of hierarchy items that represents all items in the hierarchy, and raises events when items are added to or removed from the hierarchy.

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

public interface IFilteredHierarchyItemSet : IReadOnlyObservableSet<IVsHierarchyItem>, 
	IReadOnlyObservableSet, IEnumerable, INotifyCollectionChanged, 
	IEnumerable<IVsHierarchyItem>, IDisposable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the IReadOnlyObservableSet.(Inherited from IReadOnlyObservableSet.)

NameDescription
System_CAPS_pubmethodContains(T)

Determines whether the IReadOnlyObservableSet<T> contains a specific value.(Inherited from IReadOnlyObservableSet<T>.)

System_CAPS_pubmethodContains(Object)

Determines whether the IReadOnlyObservableSet contains a specific value.(Inherited from IReadOnlyObservableSet.)

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable.)

NameDescription
System_CAPS_pubeventCollectionChanged

(Inherited from INotifyCollectionChanged.)

Return to top
Show: