共用方式為


PropertyFilter.Match 方法

比較這個篩選條件與特定的篩選目標。

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

語法

'宣告
Public Function Match ( _
    target As IPropertyFilterTarget _
) As Boolean
public bool Match(
    IPropertyFilterTarget target
)
public:
bool Match(
    IPropertyFilterTarget^ target
)
member Match : 
        target:IPropertyFilterTarget -> bool 
public function Match(
    target : IPropertyFilterTarget
) : boolean

參數

傳回值

型別:System.Boolean
如果沒有述詞,或一個或多個述詞符合篩選目標,則為 true,否則為 false。

例外狀況

例外狀況 條件
ArgumentNullException

target 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

PropertyFilter 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構