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.
This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
DependencyObject ContainerFromNode(TreeViewNode const& node);
public DependencyObject ContainerFromNode(TreeViewNode 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.