IPropertyFilterTarget インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
並べ替えとフィルター処理機能を処理するプロパティ編集のためにホスト インフラストラクチャによって使用されるインターフェイス。
public interface class IPropertyFilterTarget
public interface IPropertyFilterTarget
type IPropertyFilterTarget = interface
Public Interface IPropertyFilterTarget
- 派生
注釈
特定のオブジェクトをフィルターで除外する必要があるかどうかを判断するために使用されます。
プロパティ
| 名前 | 説明 |
|---|---|
| MatchesFilter |
|
メソッド
| 名前 | 説明 |
|---|---|
| ApplyFilter(PropertyFilter) |
PropertyFilterに新しいIPropertyFilterTargetを設定するために使用します。 |
| MatchesPredicate(PropertyFilterPredicate) |
この IPropertyFilterTarget が特定の PropertyFilterPredicateに一致するかどうかを判断するために使用されます。 |
イベント
| 名前 | 説明 |
|---|---|
| FilterApplied |
PropertyFilterの呼び出しによってApplyFilter(PropertyFilter)が変更されたときに発生するイベントの宣言。 |