JsonArray.GetObjectAt(UInt32) メソッド

定義

カプセル化された値の ValueType が Object の場合、指定したインデックス位置にある 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

適用対象