Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 649 Bytes

treeview_itemfromcontainer_1673223461.md

File metadata and controls

31 lines (18 loc) · 649 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.TreeView.ItemFromContainer(Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Controls.TreeView.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

-see-also

-examples