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
- value
Type: System.Object
The object to set as the value of the Value property.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace