ExpressionProperty<T>.GetValue(Object) 方法

定义

获取值。

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

参数

data
Object

要用于表达式绑定的数据。

返回

T

如果未找到值或默认 (T) 。

适用于