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가 0보다 작거나 index가 컬렉션의 항목 수보다 크거나 같은 경우입니다.

적용 대상