Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 525 Bytes

inlinecollection_insertat_596918720.md

File metadata and controls

26 lines (18 loc) · 525 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Documents.InlineCollection.InsertAt(System.UInt32,Microsoft.UI.Xaml.Documents.Inline)
winrt method

Microsoft.UI.Xaml.Documents.InlineCollection.InsertAt

-description

Inserts the specified item at the specified index.

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

-examples

-see-also