共用方式為


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 的欄位值。

適用於

另請參閱