AutomationElementIdentifiers.IsOffscreenProperty 属性

定义

标识屏幕外确定自动化属性。 屏幕外状态指示自动化对等方引用的项是否在屏幕外。 当前状态由 IsOffscreen 方法返回。

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

属性值

自动化属性标识符。

适用于