SceneNodeCollection.ReplaceAll(SceneNode[]) Method

Definition

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

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

Parameters

items
SceneNode[]

The new collection items.

Implements

Applies to

See also