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 컬렉션의 항목 수와 같거나 큽니다.

적용 대상