Classe CategoryEntry
Representa uma categoria de propriedades.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (em Microsoft.Windows.Design.dll)
Sintaxe
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
Comentários
The CategoryEntry classe é parte da propriedade edição de modelo de objeto.
The DataContext da DataTemplate para o CategoryEditor é definido como um CategoryEntry.
Hierarquia de herança
System.Object
Microsoft.Windows.Design.PropertyEditing.CategoryEntry
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing