Share via


AutomationHeadingLevel 列舉

定義

定義 使用者介面自動化 項目的標題層級。

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
繼承
AutomationHeadingLevel
屬性

欄位

Level1 1

標題層級 1。

Level2 2

標題層級 2。

Level3 3

標題層級 3。

Level4 4

標題層級 4。

Level5 5

標題層級 5。

Level6 6

標題層級 6。

Level7 7

標題層級 7。

Level8 8

標題層級 8。

Level9 9

標題層級 9。

None 0

不是標題。

適用於

另請參閱