AutomationPeer.Navigate(AutomationNavigationDirection) 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.
Gets the element in the specified direction within the UI automation tree.
public:
virtual Platform::Object ^ Navigate(AutomationNavigationDirection direction) = Navigate;
IInspectable Navigate(AutomationNavigationDirection const& direction);
public object Navigate(AutomationNavigationDirection direction);
function navigate(direction)
Public Function Navigate (direction As AutomationNavigationDirection) As Object
Parameters
- direction
- AutomationNavigationDirection
The specified direction.
Returns
The element in the specified direction within the UI automation tree.