JsonArray.GetObjectAt(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カプセル化された値の 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 。