PropertyValue.SetValueCore Method

When overridden in a derived class, sets the Value property to the specified Object.

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

Syntax

'Declaration
Protected MustOverride Sub SetValueCore ( _
    value As Object _
)
protected abstract void SetValueCore(
    Object value
)
protected:
virtual void SetValueCore(
    Object^ value
) abstract
abstract SetValueCore : 
        value:Object -> unit 
protected abstract function SetValueCore(
    value : Object
)

Parameters

Remarks

This method is called by the set method of the Value property.

This method should not catch exceptions, it should propagate them.

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.Windows.Design.PropertyEditing Namespace

PropertyEntry

PropertyValueEditor

Other Resources

WPF Designer Extensibility

Property Editing Architecture