ICustomNavigationProvider Interface

Définition

Expose une méthode pour prendre en charge l’accès par un client Microsoft UI Automation aux contrôles qui prennent en charge un ordre de navigation personnalisé. Implémentez ICustomNavigationProvider pour prendre en charge les fonctionnalités qu’un client Automation demande avec un appel GetPattern et 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
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Méthodes

NavigateCustom(AutomationNavigationDirection)

Obtient l’élément suivant dans la direction spécifiée dans l’arborescence logique de l’interface utilisateur.

S’applique à