共用方式為


IPropertyFilterTarget.MatchesPredicate 方法

表示 IPropertyFilterTarget 是否符合述詞。

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

語法

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

參數

傳回值

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

.NET Framework 安全性

請參閱

參考

IPropertyFilterTarget 介面

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構