JsonArray.ReplaceAll(IJsonValue[]) Method

Definition

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

public:
 virtual void ReplaceAll(Platform::Array <IJsonValue ^> ^ items) = IVector<IJsonValue ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <IJsonValue const&> const& items);
public void ReplaceAll(IJsonValue[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As IJsonValue())

Parameters

items
IJsonValue[]

The new collection items.

Implements

Applies to