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)

明示的に指定されていない場合は、子孫を含めるかどうかを決定します。

適用対象