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) 。

適用於