CategoryEntry, classe

Mise à jour : novembre 2007

Représente une catégorie de propriétés.

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

Syntaxe

Public MustInherit Class CategoryEntry _
    Implements INotifyPropertyChanged, IPropertyFilterTarget

Dim instance As CategoryEntry
public abstract class CategoryEntry : INotifyPropertyChanged, 
    IPropertyFilterTarget
public ref class CategoryEntry abstract : INotifyPropertyChanged, 
    IPropertyFilterTarget
public abstract class CategoryEntry implements INotifyPropertyChanged, IPropertyFilterTarget

Notes

La classe CategoryEntry fait partie du module objet d'édition de propriété.

Le DataContext du DataTemplate de CategoryEditor a pour valeur un CategoryEntry.

Hiérarchie d'héritage

System.Object
  Microsoft.Windows.Design.PropertyEditing.CategoryEntry

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres CategoryEntry

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du concepteur WPF

Architecture d'édition de propriété