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
- propertyEntry
Type : Microsoft.Windows.Design.PropertyEditing.PropertyEntry
PropertyEntry à vérifier pour déterminer s'il est modifié par CategoryEditor.
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
- 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