PropertyEntry.MatchesPredicate(PropertyFilterPredicate) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
。