IPropertyFilterTarget.MatchesFilter 属性

定义

只读属性,如果 PropertyFilter 与对象匹配,则返回 true

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

属性值

如果属性筛选器与属性筛选器目标相匹配,则为 true;否则为 false

适用于