IPropertyFilterTarget インターフェイス

定義

プロパティ編集のホスト インフラストラクチャで、並べ替え機能およびフィルター処理機能を実行するために使用されるインターフェイスです。

public interface class IPropertyFilterTarget
public interface IPropertyFilterTarget
type IPropertyFilterTarget = interface
Public Interface IPropertyFilterTarget
派生

注釈

特定のオブジェクトをフィルター処理で除外する必要があるかどうかを判断するために使用されます。

プロパティ

MatchesFilter

PropertyFilter がオブジェクトに一致する場合に true を返す、読み取り専用プロパティです。

メソッド

ApplyFilter(PropertyFilter)

PropertyFilter に対して新しい IPropertyFilterTarget を設定するために使用されます。

MatchesPredicate(PropertyFilterPredicate)

この IPropertyFilterTarget が特定の PropertyFilterPredicate に一致するかどうかを判断するために使用されます。

イベント

FilterApplied

PropertyFilterApplyFilter(PropertyFilter) の呼び出しによって変更されると発生するイベントの宣言です。

適用対象