AccessibilityHierarchy.TryGetNode

Declaration

public bool TryGetNode(int id, out Accessibility.AccessibilityNode node);

Parameters

id The ID of the node to retrieve.
node The valid node with the associated ID, or null if no such node exists in this hierarchy.

Returns

bool Returns true if a node is found and false otherwise.

Description

Tries to get the node in this hierarchy that has the given ID.


Did you find this page useful? Please give it a rating: