共用方式為


PropertyFilterPredicate.Match 方法

傳回值,這個值表示目標字串內是否含有述詞字串的不區分大小寫相符項目。

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

語法

'宣告
Public Overridable Function Match ( _
    target As String _
) As Boolean
public virtual bool Match(
    string target
)
public:
virtual bool Match(
    String^ target
)
abstract Match : 
        target:string -> bool 
override Match : 
        target:string -> bool 
public function Match(
    target : String
) : boolean

參數

  • target
    型別:System.String
    要與述詞字串比較的目標字串。

傳回值

型別:System.Boolean
如果目標字串內含有述詞字串的不區分大小寫相符項目則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

PropertyFilterPredicate 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構