AutomationElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表使用者介面自動化樹狀目錄中的使用者介面自動化項目,並包含可由使用者介面自動化用戶端應用程式當成識別項來使用的值。
public ref class AutomationElement sealed
public sealed class AutomationElement
type AutomationElement = class
Public NotInheritable Class AutomationElement
- 繼承
-
AutomationElement
備註
AutomationElement對應至使用者介面 (UI) ,不論基礎實作 (,例如Windows Presentation Foundation (WPF) 或 Win32) 。
欄位
屬性
Cached |
取得這個 AutomationElement 物件的快取消費者介面自動化屬性值。 |
CachedChildren |
取得這個 AutomationElement 的快取子元素。 |
CachedParent |
取得這個 AutomationElement 的快取父系。 |
Current |
取得 AutomationElement 目前的屬性值。 |
FocusedElement |
取得目前具有焦點的 AutomationElement。 |
RootElement |
取得目前桌面的根 AutomationElement。 |
方法
運算子
Equality(AutomationElement, AutomationElement) |
傳回值,指出指定的 AutomationElement 物件是否參考相同的使用者介面 (UI) 元素。 |
Inequality(AutomationElement, AutomationElement) |
傳回值,指出指定的 AutomationElement 物件是否參考不同的使用者介面 (UI) 元素。 |