Share via


TraceReader.Item[] プロパティ

定義

指定した列を取得します。

オーバーロード

Item[Int32]

インデックス位置で指定した列を取得します。

Item[String]

指定された名前を持つ列を取得します。

Item[Int32]

インデックス位置で指定した列を取得します。

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

パラメーター

index
Int32

レコード内の列のインデックス位置を示す Int32 値。

プロパティ値

列を示す Object システム オブジェクトの値。

実装

Readme_Tracer

適用対象

Item[String]

指定された名前を持つ列を取得します。

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

パラメーター

name
String

列の名前を示す String 値。

プロパティ値

列を示す Object システム オブジェクトの値。

実装

Readme_Tracer

適用対象