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