共用方式為


JSLocalField.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

將傳回其欄位值的物件。

傳回

Object

此欄位的值。

適用於

另請參閱