JsonArray.InsertAt Method

Inserts a JsonValue into an array at the specified index.

Syntax

public:
void InsertAt(
         uint32 index,
         IJsonValue^ value
)  

Parameters

index
Type: uint32 

  The zero-based index at which the item should be inserted.

value
Type: IJsonValue 

The IJsonValue object to insert.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace