IPropertyFilterTarget, interface
Gère le tri et le filtrage des fonctionnalités.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Interface IPropertyFilterTarget
public interface IPropertyFilterTarget
public interface class IPropertyFilterTarget
type IPropertyFilterTarget = interface end
public interface IPropertyFilterTarget
Le type IPropertyFilterTarget expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
MatchesFilter | Obtient une valeur qui indique si ce IPropertyFilterTarget correspond à un filtre. |
Début
Méthodes
Nom | Description | |
---|---|---|
ApplyFilter | Détermine si le IPropertyFilterTarget correspond à un filtre et stocke les informations. | |
MatchesPredicate | Indique si un IPropertyFilterTarget correspond à un prédicat. |
Début
Événements
Nom | Description | |
---|---|---|
FilterApplied | Se produit si un PropertyFilter est modifié par le biais d'un appel à la méthode ApplyFilter. |
Début
Notes
L'interface IPropertyFilterTarget est utilisée par l'infrastructure hôte pour l'espace de noms Microsoft.Windows.Design.PropertyEditing. IPropertyFilterTargetElle permet de déterminer si un objet particulier doit être filtré.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms