Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.05 KB

contentlinkprovidercollection_setat_1712197800.md

File metadata and controls

37 lines (22 loc) · 1.05 KB
-api-id -api-type
M:Windows.UI.Xaml.Documents.ContentLinkProviderCollection.SetAt(System.UInt32,Windows.UI.Xaml.Documents.ContentLinkProvider)
winrt method

Windows.UI.Xaml.Documents.ContentLinkProviderCollection.SetAt

-description

Sets the value at the specified index to the ContentLinkProvider value specified.

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

Important

This API supports content links. The Windows features that enable content links are not available in versions of Windows after Windows 10 version 1903. Content links for XAML text controls will not function in versions of Windows later than version 1903.

InsertAt expands the collection and moves all subsequent index items by one.

In contrast, SetAt replaces the item at the index, and the collection count remains the same.

-see-also

-examples