Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 670 Bytes

iitemcontainermapping_containerfromindex_1393457780.md

File metadata and controls

28 lines (18 loc) · 670 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.IItemContainerMapping.ContainerFromIndex(System.Int32)
winrt method

Windows.UI.Xaml.Controls.IItemContainerMapping.ContainerFromIndex

-description

Returns the container for the item at the specified index within the ItemCollection.

-parameters

-param index

The index of the item to retrieve.

-returns

The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.

-remarks

-examples

-see-also