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 AutomationPeer.GetPattern call and PatternInterface.CustomNavigation.

public interface class ICustomNavigationProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3402961698, 64169, 23083, 144, 240, 183, 98, 196, 97, 120, 179)]
struct ICustomNavigationProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3402961698, 64169, 23083, 144, 240, 183, 98, 196, 97, 120, 179)]
public interface ICustomNavigationProvider
Public Interface ICustomNavigationProvider
Attributes

Methods

NavigateCustom(AutomationNavigationDirection)

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

Applies to