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 class ICustomNavigationProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(735618768, 12195, 18199, 178, 140, 73, 23, 206, 84, 146, 141)]
struct ICustomNavigationProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(735618768, 12195, 18199, 178, 140, 73, 23, 206, 84, 146, 141)]
public interface ICustomNavigationProvider
Public Interface ICustomNavigationProvider
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

NavigateCustom(AutomationNavigationDirection)

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

Applies to