Share via


PropertyEntry.MatchesPredicate(PropertyFilterPredicate) 方法

定義

IPropertyFilterTarget 方法的實作,這個方法會判斷是目標顯示名稱還是型別名稱與包含篩選條件名稱的指定之字串相符。

public:
 virtual bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public virtual bool MatchesPredicate (System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
override this.MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public Overridable Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean

參數

predicate
PropertyFilterPredicate

要針對目標物件比對之篩選條件的 String 顯示名稱或型別名稱。

傳回

如果目標顯示名稱或型別名稱與指定的字串相符,則為 true,否則為 false

實作

適用於