JsonArray.ReplaceAll Method

Clears the array and then inserts the provided collection of JsonValue objects as new array items.

Syntax

public:
void ReplaceAll(
         Array<IJsonValue>^ items
)  

Parameters

items
Type: IJsonValue 

The new collection items.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace