CategoryEntry.MatchesPredicate, méthode
En cas de substitution dans une classe dérivée, indique si un CategoryEntry correspond à un prédicat.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public MustOverride Function MatchesPredicate ( _
predicate As PropertyFilterPredicate _
) As Boolean
public abstract bool MatchesPredicate(
PropertyFilterPredicate predicate
)
public:
virtual bool MatchesPredicate(
PropertyFilterPredicate^ predicate
) abstract
abstract MatchesPredicate :
predicate:PropertyFilterPredicate -> bool
public abstract function MatchesPredicate(
predicate : PropertyFilterPredicate
) : boolean
Paramètres
- predicate
Type : Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate
Prédicat de comparaison.
Valeur de retour
Type : System.Boolean
true si le CategoryEntry correspond au prédicat ; sinon, false.
Implémentations
IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate)
Notes
Cette propriété peut être utilisée pour déclencher des modifications au PropertyContainer selon qu'un CategoryEntry correspond à un prédicat ou non. Par exemple, l'hôte peut réduire la catégorie si cela est approprié.
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