C# 클래스 System.Windows.Automation.SynchronizedInputPattern

상속: BasePattern
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 프로퍼티들

프로퍼티 타입 설명
InputDiscardedEvent AutomationEvent
InputReachedOtherElementEvent AutomationEvent
InputReachedTargetEvent AutomationEvent
Pattern AutomationPattern

공개 메소드들

메소드 설명
Cancel ( ) : void
StartListening ( SynchronizedInputType type ) : void

비공개 메소드들

메소드 설명
SynchronizedInputPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

StartListening() 공개 메소드

public StartListening ( SynchronizedInputType type ) : void
type SynchronizedInputType
리턴 void

프로퍼티 상세

InputDiscardedEvent 공개적으로 정적으로 프로퍼티

public static AutomationEvent,System.Windows.Automation InputDiscardedEvent
리턴 AutomationEvent

InputReachedOtherElementEvent 공개적으로 정적으로 프로퍼티

public static AutomationEvent,System.Windows.Automation InputReachedOtherElementEvent
리턴 AutomationEvent

InputReachedTargetEvent 공개적으로 정적으로 프로퍼티

public static AutomationEvent,System.Windows.Automation InputReachedTargetEvent
리턴 AutomationEvent

Pattern 공개적으로 정적으로 프로퍼티

public static AutomationPattern,System.Windows.Automation Pattern
리턴 AutomationPattern