AutomationElement.FocusedElement 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前具有焦點的 AutomationElement。
public:
static property System::Windows::Automation::AutomationElement ^ FocusedElement { System::Windows::Automation::AutomationElement ^ get(); };
public static System.Windows.Automation.AutomationElement FocusedElement { get; }
member this.FocusedElement : System.Windows.Automation.AutomationElement
Public Shared ReadOnly Property FocusedElement As AutomationElement
屬性值
焦點 UI 元素。
備註
如果您的用戶端應用程式可能嘗試在自己的使用者介面中尋找元素,您必須在個別執行緒上進行所有消費者介面自動化呼叫。