JsonArray.SetAt Method

Sets the value at the specified index using the provided JsonValue.

Syntax

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

Parameters

index
Type: uint32 

  The index at which to set the value.

value
Type: IJsonValue 

The value to set.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace