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
接收焦点的对象) 标识符 (ID。
- idChild
- Int32
已获得焦点的对象的子 ID。
注解
和idObject``idChild
参数包含 Microsoft Active Accessibility 对象标识符,UI 自动化客户端可用于将对象AutomationElementIAccessible
链接到较旧的可访问技术应用程序中的对象。