ISolutionTreeFilter Interface

 

A filter that controls a collection of items that should be included in the filtered tree.

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

public interface ISolutionTreeFilter : IDisposable, ISupportInitializeNotification, 
	ISupportInitialize, INotifyPropertyChanged

NameDescription
System_CAPS_pubpropertyIncludedItems

Gets the set of items that are included by the filter.

System_CAPS_pubpropertyIsInitialized

NameDescription
System_CAPS_pubmethodBeginInit()

(Inherited from ISupportInitialize.)

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodEndInit()

(Inherited from ISupportInitialize.)

System_CAPS_pubmethodGetFilterDescendantsBehavior(Object)

Determines whether to include descendants if none are explicitly specified.

When the filter is no longer needed, the tree control will dispose the filter.

Return to top
Show: