Share via


PropertyEntry.CreatePropertyValueInstance Method

When overridden in a derived class, used by the host infrastructure to create a new host-specific PropertyValue instance.

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

Syntax

'Declaration
Protected MustOverride Function CreatePropertyValueInstance As PropertyValue
protected abstract PropertyValue CreatePropertyValueInstance()
protected:
virtual PropertyValue^ CreatePropertyValueInstance() abstract
abstract CreatePropertyValueInstance : unit -> PropertyValue 
protected abstract function CreatePropertyValueInstance() : PropertyValue

Return Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
A new PropertyValue instance.

.NET Framework Security

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture