Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 478 Bytes

dependencyobjectcollection_append_1972986112.md

File metadata and controls

29 lines (18 loc) · 478 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.DependencyObjectCollection.Append(Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.DependencyObjectCollection.Append

-description

Adds a new item to the collection.

-parameters

-param value

The new item to add.

-remarks

Note

The equivalent Microsoft .NET API is Add.

-examples

-see-also