JSLocalField.GetValue(Object) 方法
定义
获取字段的值。Gets the value of the field.
此 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
将返回其字段值的对象。The object whose field value will be returned.
返回
字段的值。The value of the field.