Partager via


PropertyFilterPredicate.Match, méthode

Retourne une valeur indiquant si la chaîne cible contient une correspondance non sensible à la casse de la chaîne du prédicat.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Paramètres

  • target
    Type : System.String
    Chaîne cible à comparer avec la chaîne du prédicat.

Valeur de retour

Type : System.Boolean
true si la chaîne cible contient une correspondance non sensible à la casse de la chaîne du prédicat ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

PropertyFilterPredicate Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété