Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 733 Bytes

virtualizinglayoutcontext_getitemat_1630001961.md

File metadata and controls

33 lines (19 loc) · 733 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.GetItemAt(System.Int32)
winrt method

Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.GetItemAt(System.Int32)

-description

Retrieves the data item in the source found at the specified index.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-parameters

-param index

The index of the data item to retrieve.

-returns

The data item at the specified index.

-remarks

-see-also

-examples