ISolutionTreeFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |