Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 663 Bytes

iitemcontainermapping_indexfromcontainer_392666786.md

File metadata and controls

28 lines (18 loc) · 663 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.IItemContainerMapping.IndexFromContainer(Windows.UI.Xaml.DependencyObject)
winrt method

Windows.UI.Xaml.Controls.IItemContainerMapping.IndexFromContainer

-description

Returns the index to the item that has the specified, generated container.

-parameters

-param container

The generated container to retrieve the item index for.

-returns

The index to the item that corresponds to the specified generated container, or -1 if container is not found.

-remarks

-examples

-see-also