TreeView.ContainerFromNode(TreeViewNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the container corresponding to the specified node.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeView.ContainerFromNode (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
DependencyObject ContainerFromNode(TreeViewNode const& node);
public DependencyObject ContainerFromNode(TreeViewNode node);
function containerFromNode(node)
Public Function ContainerFromNode (node As TreeViewNode) As DependencyObject
Parameters
- node
- TreeViewNode
The node to retrieve the container for.
Returns
A container that corresponds to the specified node, if the node has a container and exists in the collection; otherwise, null.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|