ICustomNavigationProvider ICustomNavigationProvider ICustomNavigationProvider ICustomNavigationProvider Interface

Definition

Exposes a method to support access by a Microsoft UI Automation client to controls that support a custom navigation order. Implement ICustomNavigationProvider to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.CustomNavigation.

public : interface ICustomNavigationProviderpublic interface ICustomNavigationProviderPublic Interface ICustomNavigationProvider// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Methods

NavigateCustom(AutomationNavigationDirection) NavigateCustom(AutomationNavigationDirection) NavigateCustom(AutomationNavigationDirection) NavigateCustom(AutomationNavigationDirection)

Gets the next element in the specified direction within the logical UI tree.

public : PlatForm::Object NavigateCustom(AutomationNavigationDirection direction)public object NavigateCustom(AutomationNavigationDirection direction)Public Function NavigateCustom(direction As AutomationNavigationDirection) As object// This API is not available in Javascript.
Parameters
Returns
PlatForm::Object object object object

The next element.