JsonArray.GetObjectAt(UInt32) 메서드

정의

캡슐화된 값의 ValueTypeObject이면 지정된 인덱스에서 JsonObject를 가져옵니다.

public:
 virtual JsonObject ^ GetObjectAt(unsigned int index) = GetObjectAt;
JsonObject GetObjectAt(uint32_t const& index);
public JsonObject GetObjectAt(uint index);
function getObjectAt(index)
Public Function GetObjectAt (index As UInteger) As JsonObject

매개 변수

index
UInt32

unsigned int

uint32_t

지정한 인덱스입니다.

반환

지정된 인덱 스에서 JsonObject 입니다.

적용 대상