ISolutionTreeFilter 接口  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
控制应包含在筛选树中的项集合的筛选器。 将 IncludedItems 放入树中时,这些项及其上级将包含在树中,并且将排除所有其他项。 当不再需要筛选器时,树控件将释放该筛选器。
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
	- 派生
 
- 实现
 
注解
当不再需要筛选器时,树控件将释放该筛选器。