AutomationElementIdentifiers.LandmarkTypeProperty 属性

定义

获取地标类型自动化属性的标识符。

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

属性值

地标类型自动化属性的标识符。

注解

地标由其类型定义,可以是已知值或自定义本地化字符串。

适用于