ISolutionTreeFilter Interface

Definition

A filter that controls a collection of items that should be included in the filtered tree. When the IncludedItems are placed into a tree, these items and their ancestors will be included in the tree, and all other items will be excluded. When the filter is no longer needed, the tree control will dispose the filter.

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)

Decide whether to include descendents if none are exlicitly specified.

Applies to