Share via


PartialResultsCollection.Item[Int32] 屬性

定義

Item[Int32] 屬性包含在指定索引處的 Object

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

Object 的索引值。

屬性值

指定之索引處的 Object

例外狀況

index 小於零或 index 等於或大於集合中的項目數。

適用於