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

接收焦点的对象) 标识符 (ID。

idChild
Int32

已获得焦点的对象的子 ID。

注解

idObject``idChild参数包含 Microsoft Active Accessibility 对象标识符,UI 自动化客户端可用于将对象AutomationElementIAccessible链接到较旧的可访问技术应用程序中的对象。

适用于