Delen via


PropertyEntry.PropertyValueEditor Property

When overridden in a derived class, gets the PropertyValueEditor that will be used to edit this PropertyEntry.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property PropertyValueEditor As PropertyValueEditor
'Usage
Dim instance As PropertyEntry 
Dim value As PropertyValueEditor 

value = instance.PropertyValueEditor
public abstract PropertyValueEditor PropertyValueEditor { get; }
public:
virtual property PropertyValueEditor^ PropertyValueEditor {
    PropertyValueEditor^ get () abstract;
}
public abstract function get PropertyValueEditor () : PropertyValueEditor

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
The PropertyValueEditor that will be used to edit this PropertyEntry.

Remarks

This property may be nulla null reference (Nothing in Visual Basic). PropertyContainer listens to changes that are made to this property. If the value changes, it is the responsibility of the deriving class to raise the appropriate PropertyChanged event.

.NET Framework Security

See Also

Reference

PropertyEntry Class

PropertyEntry Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture