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
- 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