AutomationElementIdentifiers.ClickablePointProperty 属性

定义

标识可单击的点自动化属性。 GetClickablePoint 方法返回有效的可单击点属性值。

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

属性值

自动化属性标识符。

适用于