Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 570 Bytes

treeview_nodefromcontainer_719829500.md

File metadata and controls

29 lines (18 loc) · 570 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.TreeView.NodeFromContainer(Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Controls.TreeView.NodeFromContainer

-description

Returns the TreeViewNode corresponding to the specified container.

-parameters

-param container

The container to retrieve the TreeViewNode for.

-returns

The node that corresponds to the specified container.

-remarks

-see-also

-examples