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
- target
Type : Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget
Cible à comparer.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms