共用方式為


ISolutionTreeFilter 介面

定義

篩選條件,控制應該包含在篩選樹狀結構中的專案集合。 當 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
衍生
實作

備註

不再需要篩選條件時,樹狀結構控件將會處置篩選。

屬性

IncludedItems

取得篩選中包含的專案集合。

方法

GetFilterDescendantsBehavior(Object)

如果未明確指定子系,請決定是否要包含子系。

適用於