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) 的數值識別碼 (時 Id ,消費者介面自動化提供者才能使用此方法來建立這類物件。