共用方式為


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

屬性值

自動化屬性識別碼。

適用於