IPropertyFilterTarget.MatchesFilter Property

Definition

Read-only property that returns true if the PropertyFilter is a match for the object.

public:
 property bool MatchesFilter { bool get(); };
public bool MatchesFilter { get; }
member this.MatchesFilter : bool
Public ReadOnly Property MatchesFilter As Boolean

Property Value

true if the property filter matches the property filter target; otherwise, false.

Applies to