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 UI Automation éléments.
public enum class AutomationHeadingLevel
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationHeadingLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationHeadingLevel
Public Enum AutomationHeadingLevel
- Héritage
-
AutomationHeadingLevel
- Attributs
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. |