ICustomNavigationProvider Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |