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 개체입니다. 때만 이러한 개체를 만들려면 UI 자동화 공급자에서 사용할 수 있습니다이 메서드 숫자 식별자를 (합니다 Id 에서 상속 되며, AutomationIdentifier) 라고 합니다.