Automation.AddAutomationEventHandler 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
UI 자동화 이벤트를 처리하는 메서드를 등록합니다.
public:
static void AddAutomationEventHandler(System::Windows::Automation::AutomationEvent ^ eventId, System::Windows::Automation::AutomationElement ^ element, System::Windows::Automation::TreeScope scope, System::Windows::Automation::AutomationEventHandler ^ eventHandler);
public static void AddAutomationEventHandler (System.Windows.Automation.AutomationEvent eventId, System.Windows.Automation.AutomationElement element, System.Windows.Automation.TreeScope scope, System.Windows.Automation.AutomationEventHandler eventHandler);
static member AddAutomationEventHandler : System.Windows.Automation.AutomationEvent * System.Windows.Automation.AutomationElement * System.Windows.Automation.TreeScope * System.Windows.Automation.AutomationEventHandler -> unit
Public Shared Sub AddAutomationEventHandler (eventId As AutomationEvent, element As AutomationElement, scope As TreeScope, eventHandler As AutomationEventHandler)
매개 변수
- eventId
- AutomationEvent
메서드에서 처리할 이벤트의 식별자입니다.
- element
- AutomationElement
이벤트 처리기와 연결할 UI 자동화 요소입니다.
- scope
- TreeScope
처리할 이벤트의 범위입니다. 즉, 요소 자체에서만 발생할 수도 있고 상위 및 하위 요소에서 발생할 수도 있습니다.
- eventHandler
- AutomationEventHandler
지정된 이벤트가 발생할 때 호출할 메서드입니다.
설명
같은 GridPattern일부 클래스는 클래스와 관련된 이벤트를 식별하는 필드를 노출합니다. 이 메서드는 AddAutomationEventHandler 이러한 이벤트에 대한 처리기를 등록할 수 있는 메커니즘을 제공합니다.
eventHandler
는 메서드의 인스턴스이거나 메서드에 대한 참조(AddressOf
Visual Basic)일 수 있습니다.
적용 대상
추가 정보
- RemoveAutomationEventHandler(AutomationEvent, AutomationElement, AutomationEventHandler)
- AddAutomationFocusChangedEventHandler(AutomationFocusChangedEventHandler)
- AddAutomationPropertyChangedEventHandler(AutomationElement, TreeScope, AutomationPropertyChangedEventHandler, AutomationProperty[])
- AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler)
- UI 자동화 이벤트 구독
- UI 자동화 이벤트 개요