DomainPropertyValueHandler<TElement,TValue>.GetValue(TElement) 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.
Gets value of domain property on specified element.
public:
abstract TValue GetValue(TElement element);
public abstract TValue GetValue (TElement element);
abstract member GetValue : 'Element -> 'Value
Public MustOverride Function GetValue (element As TElement) As TValue
Parameters
- element
- TElement
Element which owns the property.
Returns
TValue
Property value.