共用方式為


AutomationHeadingLevel 列舉

定義

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

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

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

欄位

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

不是標題。

適用於

另請參閱