IFieldState<T>.GetValue(T) 方法

定义

从窗体状态获取此字段值。

public object GetValue(T state);
abstract member GetValue : 'T -> obj
Public Function GetValue (state As T) As Object

参数

state
T

要从中获取字段值的窗体状态。

返回

在 状态中找到的当前值。

适用于