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

要取得之項目的以零為起始的索引。

屬性值

KeyValuePair<String,Object>

唯讀清單中指定索引處的項目。

實作

備註

此 API 支援 .NET 基礎結構,不適合直接從您的程式碼使用。

適用於