共用方式為


AutomationFocusChangedEventArgs(Int32, Int32) 建構函式

定義

初始化 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

收到焦點之物件的子系識別碼。

備註

idObjectidChild 參數包含Microsoft Active Accessibility 物件識別碼,消費者介面自動化用戶端可用來連結 AutomationElementIAccessible 較舊可存取技術應用程式中的物件。

適用於