AutomationHeadingLevel Énumération
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.
Définit les niveaux de titre pour les éléments UI Automation.
public enum class AutomationHeadingLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class AutomationHeadingLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum AutomationHeadingLevel
Public Enum AutomationHeadingLevel
- Héritage
-
AutomationHeadingLevel
- Attributs
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Nom | Valeur | Description |
---|---|---|
Level1 | 1 | Niveau de titre 1. |
Level2 | 2 | Niveau de titre 2. |
Level3 | 3 | Niveau de titre 3. |
Level4 | 4 | Niveau de titre 4. |
Level5 | 5 | Niveau de titre 5. |
Level6 | 6 | Niveau de titre 6. |
Level7 | 7 | Niveau de titre 7. |
Level8 | 8 | Niveau de titre 8. |
Level9 | 9 | Niveau de titre 9. |
None | 0 | Pas un titre. |
Produit | Versions |
---|---|
WinRT | Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |