ISolutionTreeFilter Interface

Definition

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

public interface class ISolutionTreeFilter : IDisposable, System::ComponentModel::INotifyPropertyChanged, System::ComponentModel::ISupportInitialize, System::ComponentModel::ISupportInitializeNotification
public interface ISolutionTreeFilter : IDisposable, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification
type ISolutionTreeFilter = interface
    interface IDisposable
    interface ISupportInitializeNotification
    interface ISupportInitialize
    interface INotifyPropertyChanged
Public Interface ISolutionTreeFilter
Implements IDisposable, INotifyPropertyChanged, ISupportInitialize, ISupportInitializeNotification
Derived
Implements

Remarks

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

Properties

IncludedItems

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

Methods

GetFilterDescendantsBehavior(Object)

Determines whether to include descendants if none are explicitly specified.

Applies to