Partager via


CategoryEntry.MatchesFilter, propriété

Obtient ou définit une valeur indiquant si CategoryEntry correspond à un filtre.

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

Syntaxe

'Déclaration
Public Overridable Property MatchesFilter As Boolean
    Get
    Protected Set
public virtual bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
    bool get ();
    protected: void set (bool value);
}
abstract MatchesFilter : bool with get, set
override MatchesFilter : bool with get, set
function get MatchesFilter () : boolean
protected function set MatchesFilter (value : boolean)

Valeur de propriété

Type : System.Boolean
true si le CategoryEntry correspond au filtre ; sinon, false.

Implémentations

IPropertyFilterTarget.MatchesFilter

Notes

Cette propriété peut être utilisée pour déclencher des modifications au PropertyContainer selon qu'un CategoryEntry correspond à un filtre ou non. Par exemple, l'hôte peut réduire la catégorie si cela est approprié.

Les informations lues par cette propriété sont stockées par la méthode ApplyFilter.

Cette méthode appelle la méthode OnPropertyChanged.

Sécurité .NET Framework

Voir aussi

Référence

CategoryEntry Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

IPropertyFilterTarget

MatchesFilter

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété