This topic has not yet been rated - Rate this topic

SetterBaseCollection.ReplaceAll method

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

Syntax


public:
void ReplaceAll(
  array<SetterBase^>^ items
)

Parameters

items

Type: array of SetterBase

The new collection items.

Remarks

For implementations that track a changed event, the initial reset raises an event, but the items added do not raise discrete events.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows::UI::Xaml

Metadata

Windows.winmd

See also

SetterBaseCollection

 

 

Build date: 1/31/2013

© 2013 Microsoft. All rights reserved.