ExpressionProperty<T>.GetValue(Object) 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.
Get the value.
public virtual T GetValue (object data);
abstract member GetValue : obj -> 'T
override this.GetValue : obj -> 'T
Public Overridable Function GetValue (data As Object) As T
Parameters
- data
- Object
data to use for expression binding.
Returns
T
Value or default(T) if not found.