FormattedLogValues.Item[Int32] プロパティ

定義

読み取り専用のリスト内の指定したインデックスにある要素を取得します。

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> default[int] { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(int index); };
public System.Collections.Generic.KeyValuePair<string,object> this[int index] { get; }
member this.Item(int) : System.Collections.Generic.KeyValuePair<string, obj>
Default Public ReadOnly Property Item(index As Integer) As KeyValuePair(Of String, Object)

パラメーター

index
Int32

取得する要素の 0 から始まるインデックス。

プロパティ値

読み取り専用のリスト内の指定したインデックスにある要素。

実装

注釈

この API では .NET インフラストラクチャがサポートされます。コードから直接使用するためのものではありません。

適用対象