다음을 통해 공유


AutomationEvent.LookupById(Int32) 메서드

정의

지정된 숫자 식별자를 캡슐화하는 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입니다.

설명

이벤트에 의해 식별 됩니다는 일반적으로 AutomationEvent 개체입니다. 때만 이러한 개체를 만들려면 UI 자동화 공급자에서 사용할 수 있습니다이 메서드 숫자 식별자를 (합니다 Id 에서 상속 되며, AutomationIdentifier) 라고 합니다.

적용 대상