Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 807 Bytes

treeview_nodefromcontainer_1112812782.md

File metadata and controls

39 lines (19 loc) · 807 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.TreeView.NodeFromContainer(Windows.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Controls.TreeView.NodeFromContainer

-description

Returns the TreeViewNode corresponding to the specified 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 container to retrieve the TreeViewNode for.

-returns

The node that corresponds to the specified container.

-remarks

-see-also

-examples