CurrentValueRecord.GetRecordValue(Int32) メソッド

定義

フィールドの値を取得します。

protected:
 abstract System::Object ^ GetRecordValue(int ordinal);
protected abstract object GetRecordValue (int ordinal);
abstract member GetRecordValue : int -> obj
Protected MustOverride Function GetRecordValue (ordinal As Integer) As Object

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

フィールド値。

適用対象