AutomationEvent.LookupById(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an AutomationEvent that encapsulates the specified numerical identifier.
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
Parameters
- id
- Int32
Identifier of the event.
Returns
An AutomationEvent that encapsulates the specified numerical identifier.
Remarks
Normally, events are identified by an AutomationEvent object. This method can be used by UI Automation providers to create such an object when only the numerical identifier (the Id inherited from AutomationIdentifier) is known.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.