Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 670 Bytes

iitemcontainermapping_itemfromcontainer_185124917.md

File metadata and controls

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

Windows.UI.Xaml.Controls.IItemContainerMapping.ItemFromContainer

-description

Returns the item that corresponds to the specified, generated container.

-parameters

-param container

The DependencyObject that corresponds to the item to be returned.

-returns

The contained item, or the container if it does not contain an item.

-remarks

-examples

-see-also