AutomationFocusChangedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供焦點變更事件的資料。
public ref class AutomationFocusChangedEventArgs : System::Windows::Automation::AutomationEventArgs
public class AutomationFocusChangedEventArgs : System.Windows.Automation.AutomationEventArgs
type AutomationFocusChangedEventArgs = class
inherit AutomationEventArgs
Public Class AutomationFocusChangedEventArgs
Inherits AutomationEventArgs
- 繼承
建構函式
AutomationFocusChangedEventArgs(Int32, Int32) |
初始化 AutomationFocusChangedEventArgs 類別的新執行個體。 |
屬性
ChildId |
取得接收焦點之物件的子Microsoft使用中協助工具識別碼。 |
EventId |
取得事件識別項。 (繼承來源 AutomationEventArgs) |
ObjectId |
取得產生事件之Microsoft Active Accessibility 物件的識別碼 (識別碼) 。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |