AutomationFocusChangedEventArgs(Int32, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 AutomationFocusChangedEventArgs 類別的新執行個體。
public:
AutomationFocusChangedEventArgs(int idObject, int idChild);
public AutomationFocusChangedEventArgs (int idObject, int idChild);
new System.Windows.Automation.AutomationFocusChangedEventArgs : int * int -> System.Windows.Automation.AutomationFocusChangedEventArgs
Public Sub New (idObject As Integer, idChild As Integer)
參數
- idObject
- Int32
接收焦點之物件的識別碼 (識別碼) 。
- idChild
- Int32
收到焦點之物件的子系識別碼。
備註
idObject
和 idChild
參數包含Microsoft Active Accessibility 物件識別碼,消費者介面自動化用戶端可用來連結 AutomationElement 至 IAccessible
較舊可存取技術應用程式中的物件。