共用方式為


PropertyEntry.MatchesPredicate 方法

表示 PropertyEntry 是否符合述詞。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Overridable Function MatchesPredicate ( _
    predicate As PropertyFilterPredicate _
) As Boolean
public virtual bool MatchesPredicate(
    PropertyFilterPredicate predicate
)
public:
virtual bool MatchesPredicate(
    PropertyFilterPredicate^ predicate
)
abstract MatchesPredicate : 
        predicate:PropertyFilterPredicate -> bool 
override MatchesPredicate : 
        predicate:PropertyFilterPredicate -> bool 
public function MatchesPredicate(
    predicate : PropertyFilterPredicate
) : boolean

參數

傳回值

型別:System.Boolean
如果 PropertyEntry 符合述詞則為 true,否則為 false。

實作

IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate)

.NET Framework 安全性

請參閱

參考

PropertyEntry 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構