Partager via


CategoryEditor.ConsumesProperty, méthode

En cas de substitution dans une classe dérivée, appelé une fois pour chaque propriété de la catégorie afin de déterminer les propriétés modifiées par CategoryEditor.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public MustOverride Function ConsumesProperty ( _
    propertyEntry As PropertyEntry _
) As Boolean
public abstract bool ConsumesProperty(
    PropertyEntry propertyEntry
)
public:
virtual bool ConsumesProperty(
    PropertyEntry^ propertyEntry
) abstract
abstract ConsumesProperty : 
        propertyEntry:PropertyEntry -> bool 
public abstract function ConsumesProperty(
    propertyEntry : PropertyEntry
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si cet éditeur modifie cette propriété ; sinon, false.

Notes

Lorsqu'une propriété est utilisée par CategoryEditor, elle ne s'affiche pas dans une ligne distincte dans cette catégorie.

Sécurité .NET Framework

Voir aussi

Référence

CategoryEditor Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF