JSFieldInfo.GetValue(Object) 方法

定义

获取字段的值。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 override System::Object ^ GetValue(System::Object ^ obj);
public override object GetValue (object obj);
override this.GetValue : obj -> obj
Public Overrides Function GetValue (obj As Object) As Object

参数

obj
Object

将返回其字段值的对象。

返回

字段的值。

适用于

另请参阅