Skip to content

Latest commit

 

History

History
48 lines (19 loc) · 894 Bytes

treeview_itemfromcontainer_185124917.md

File metadata and controls

48 lines (19 loc) · 894 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.TreeView.ItemFromContainer(Windows.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Controls.TreeView.ItemFromContainer

-description

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

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-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

-see-also

-examples