Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 594 Bytes

brushcollection_replaceall_1057462565.md

File metadata and controls

24 lines (17 loc) · 594 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.BrushCollection.ReplaceAll(Microsoft.UI.Xaml.Media.Brush[])
winrt method

Microsoft.UI.Xaml.Media.BrushCollection.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 do not fire discrete events.

-examples

-see-also