DomainPropertyValueHandler<TElement,TValue>.SetValue Method

Definition

Sets domain property value on specified element.

public:
 abstract void SetValue(TElement element, TValue newValue);
public abstract void SetValue (TElement element, TValue newValue);
abstract member SetValue : 'Element * 'Value -> unit
Public MustOverride Sub SetValue (element As TElement, newValue As TValue)

Parameters

element
TElement

Element which owns the property.

newValue
TValue

New property value to set.

Applies to