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

属性值

自动化属性标识符。

注解

标题元素有助于组织用户界面并使其更易于导航。 AT) (一些辅助技术允许用户在标题之间快速跳转。 标题的级别为 1 到 9。

适用于

另请参阅