次の方法で共有


AutomationElementIdentifiers.HeadingLevelProperty プロパティ

定義

見出しレベルのオートメーション プロパティを識別します。 見出しレベルのプロパティ値は、 GetHeadingLevel メソッドによって返されます。

public:
 static property AutomationProperty ^ HeadingLevelProperty { AutomationProperty ^ get(); };
static AutomationProperty HeadingLevelProperty();
public static AutomationProperty HeadingLevelProperty { get; }
var automationProperty = AutomationElementIdentifiers.headingLevelProperty;
Public Shared ReadOnly Property HeadingLevelProperty As AutomationProperty

プロパティ値

オートメーション プロパティ識別子。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

注釈

見出し要素は、ユーザー インターフェイスを整理し、移動しやすくするのに役立ちます。 一部の支援技術 (AT) を使用すると、ユーザーは見出し間をすばやくジャンプできます。 見出しのレベルは 1 から 9 です。

適用対象

こちらもご覧ください