Share via


PropertyFilterPredicate.Match Method

Returns a value indicating whether a case insensitive match of the predicate string is contained within the target string.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Parameters

  • target
    Type: System.String
    The target string to compare with the predicate string.

Return Value

Type: System.Boolean
true if a case insensitive match of the predicate string is contained within the target string; otherwise, false.

.NET Framework Security

See Also

Reference

PropertyFilterPredicate Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture