DomainPropertyValueHandler<TElement,TValue>.SetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.