PropertyEntry-Klasse
Aktualisiert: November 2007
Stellt eine Eigenschaft dar.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustInherit Class PropertyEntry _
Implements INotifyPropertyChanged, IPropertyFilterTarget
'Usage
Dim instance As PropertyEntry
public abstract class PropertyEntry : INotifyPropertyChanged,
IPropertyFilterTarget
public ref class PropertyEntry abstract : INotifyPropertyChanged,
IPropertyFilterTarget
public abstract class PropertyEntry implements INotifyPropertyChanged, IPropertyFilterTarget
Hinweise
Die PropertyEntry-Klasse stellt zusätzliche, hauptsächlich typspezifische Daten für eine Eigenschaft bereit.
Die PropertyEntry-Klasse ist für Klassen vorgesehen, die von der Hostinfrastruktur abgeleitet sind.
Vererbungshierarchie
System.Object
Microsoft.Windows.Design.PropertyEditing.PropertyEntry
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Referenz
Microsoft.Windows.Design.PropertyEditing-Namespace