共用方式為


CurrentValueRecord.GetValue(Int32) 方法

定義

擷取欄位的值。

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

參數

ordinal
Int32

欄位的序數。

傳回

欄位值。

實作

適用於