Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 667 Bytes

iitemcontainermapping_indexfromcontainer_2144603056.md

File metadata and controls

26 lines (18 loc) · 667 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.IItemContainerMapping.IndexFromContainer(Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.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