Partager via


PropertyFilter.Match, méthode

Compare ce filtre avec une cible de filtre particulière.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Boolean
true s'il n'y a aucun prédicat ou si un ou plusieurs prédicats correspondent à la cible de filtre ; sinon, false.

Exceptions

Exception Condition
ArgumentNullException

target est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

PropertyFilter Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété