次の方法で共有


AutomationHeadingLevel 列挙型

定義

UI オートメーション要素の見出しレベルを定義します。

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

見出しではありません。

適用対象

こちらもご覧ください