Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

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.

Applies to


Feedback

Was this page helpful?