AutomationHeadingLevel Énumération
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.
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
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Champs
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. |