Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 574 Bytes

itemcollection_replaceall_817096581.md

File metadata and controls

26 lines (17 loc) · 574 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.ItemCollection.ReplaceAll(System.Object[])
winrt method

Windows.UI.Xaml.Controls.ItemCollection.ReplaceAll

-description

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

-parameters

-param items

The new collection items.

-remarks

For implementations that track a "changed" event, the initial reset fires an event, but the items added don't fire discrete per-item events.

-examples

-see-also