AutomationEvent.LookupById(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索封装指定的数值标识符的 AutomationEvent。
public:
static System::Windows::Automation::AutomationEvent ^ LookupById(int id);
public static System.Windows.Automation.AutomationEvent LookupById (int id);
static member LookupById : int -> System.Windows.Automation.AutomationEvent
Public Shared Function LookupById (id As Integer) As AutomationEvent
参数
- id
- Int32
事件标识符。
返回
封装指定的数值标识符的 AutomationEvent。
注解
通常,事件由 AutomationEvent 对象标识。 当仅知道从 AutomationIdentifier) 继承的 的数字标识符 (时,IdUI 自动化提供程序可以使用此方法来创建此类对象。