CurrentValueRecord.Item[] プロパティ

定義

オーバーロード

Item[Int32]

指定されたフィールドの序数を使用して値を返します。

Item[String]

指定されたフィールド名を使用して値を取得します。

Item[Int32]

指定されたフィールドの序数を使用して値を返します。

public:
 virtual property System::Object ^ default[int] { System::Object ^ get(int ordinal); };
public override object this[int ordinal] { get; }
member this.Item(int) : obj
Default Public Overrides ReadOnly Property Item(ordinal As Integer) As Object

パラメーター

ordinal
Int32

フィールドの序数。

プロパティ値

フィールド値。

実装

適用対象

Item[String]

指定されたフィールド名を使用して値を取得します。

public:
 virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public override object this[string name] { get; }
member this.Item(string) : obj
Default Public Overrides ReadOnly Property Item(name As String) As Object

パラメーター

name
String

フィールドの名前。

プロパティ値

フィールド値。

実装

適用対象