Partager via


PropertyEntry.MatchesFilter, propriété

Obtient ou définit une valeur qui indique si PropertyEntry 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 Property MatchesFilter As Boolean
    Get
    Protected Set
public bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
    bool get () sealed;
    protected: void set (bool value) sealed;
}
abstract MatchesFilter : bool with get, set
override MatchesFilter : bool with get, set
final function get MatchesFilter () : boolean
protected final function set MatchesFilter (value : boolean)

Valeur de propriété

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

Implémentations

IPropertyFilterTarget.MatchesFilter

Notes

PropertyContainer écoute les modifications apportées à cette propriété.

Sécurité .NET Framework

Voir aussi

Référence

PropertyEntry Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété