Share via


FieldAccessor.GetValue(Object) 方法

定义

在派生类中重写时,获取指定对象的字段值。

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

public:
 abstract System::Object ^ GetValue(System::Object ^ thisob);
public abstract object GetValue (object thisob);
abstract member GetValue : obj -> obj
Public MustOverride Function GetValue (thisob As Object) As Object

参数

thisob
Object

此方法所作用于的对象。

返回

thisob 的字段值。

适用于

另请参阅