CategoryEntry.ApplyFilter, méthode
Détermine si le CategoryEntry correspond à un filtre et stocke les informations.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Overridable Sub ApplyFilter ( _
filter As PropertyFilter _
)
public virtual void ApplyFilter(
PropertyFilter filter
)
public:
virtual void ApplyFilter(
PropertyFilter^ filter
)
abstract ApplyFilter :
filter:PropertyFilter -> unit
override ApplyFilter :
filter:PropertyFilter -> unit
public function ApplyFilter(
filter : PropertyFilter
)
Paramètres
- filter
Type : Microsoft.Windows.Design.PropertyEditing.PropertyFilter
Filtre de comparaison.
Implémentations
IPropertyFilterTarget.ApplyFilter(PropertyFilter)
Notes
Les informations stockées par cette méthode sont lues par la propriété MatchesFilter.
Cette méthode appelle la méthode OnFilterApplied.
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