言語

PropertyEntry.MatchesFilter プロパティ

定義

IPropertyFilterTargetがフィルターと一致するかどうかを示す値を取得します。 IPropertyFilterTargetがフィルターと一致し、プロパティ変更のイベント ハンドラー メソッドを起動することを示す値を設定します。

public:  property bool MatchesFilter {  public:
bool get(); protected:
 void set(bool value); };
public bool MatchesFilter { get; protected set; }
member this.MatchesFilter : bool with get, set
Public Property MatchesFilter As Boolean

プロパティ値

true ターゲット オブジェクトがフィルターと一致する場合。それ以外の場合は false

注釈

PropertyContainerは、このプロパティに加えられた変更をリッスンします。

適用対象