次の方法で共有


IPropertyFilterTarget インターフェイス

並べ替えおよびフィルター処理機能を処理します。

名前空間:  Microsoft.Windows.Design.PropertyEditing
アセンブリ:  Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)

構文

'宣言
Public Interface IPropertyFilterTarget
public interface IPropertyFilterTarget
public interface class IPropertyFilterTarget
type IPropertyFilterTarget =  interface end
public interface IPropertyFilterTarget

IPropertyFilterTarget 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ MatchesFilter この IPropertyFilterTarget がフィルターと一致したかどうかを示す値を取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド ApplyFilter IPropertyFilterTarget がフィルターと一致するかどうかを判断し、その情報を格納します。
パブリック メソッド MatchesPredicate IPropertyFilterTarget が述語と一致するかどうかを示します。

このページのトップへ

イベント

  名前 説明
パブリック イベント FilterApplied PropertyFilterApplyFilter メソッドの呼び出しによって変更された場合に発生します。

このページのトップへ

解説

IPropertyFilterTarget インターフェイスは、Microsoft.Windows.Design.PropertyEditing 名前空間のホスト インフラストラクチャによって使用されます。 IPropertyFilterTarget を使用して、特定のオブジェクトをフィルターで除外するかどうかを確認します。

参照

参照

Microsoft.Windows.Design.PropertyEditing 名前空間

その他の技術情報

WPF デザイナーの機能拡張

プロパティ編集アーキテクチャ