共用方式為


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。

適用於

另請參閱