Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 628 Bytes

iitemcontainermapping_containerfromitem_832238941.md

File metadata and controls

28 lines (18 loc) · 628 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.IItemContainerMapping.ContainerFromItem(System.Object)
winrt method

Windows.UI.Xaml.Controls.IItemContainerMapping.ContainerFromItem

-description

Returns the container corresponding to the specified item.

-parameters

-param item

The item to retrieve the container for.

-returns

A container that corresponds to the specified item, if the item has a container and exists in the collection; otherwise, null.

-remarks

-examples

-see-also