共用方式為


IPropertyFilterTarget.MatchesFilter 屬性

取得值,這個值表示這個 IPropertyFilterTarget 是否符合篩選條件。

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

語法

'宣告
ReadOnly Property MatchesFilter As Boolean
    Get
bool MatchesFilter { get; }
property bool MatchesFilter {
    bool get ();
}
abstract MatchesFilter : bool
function get MatchesFilter () : boolean

屬性值

型別:System.Boolean
如果 IPropertyFilterTarget 符合篩選條件則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

IPropertyFilterTarget 介面

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構