Share via


SceneNodeCollection.ReplaceAll(SceneNode[]) Method

Definition

Initially clears the collection, then inserts the provided array as new items.

public void ReplaceAll(SceneNode[] items);

Parameters

items
SceneNode[]

The new collection items.

Implements

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also