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

파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContentViewCondition Condition
ControlViewCondition Condition
RawViewCondition Condition

Private Properties

프로퍼티 타입 설명
Automation System

공개 메소드들

메소드 설명
AddAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, TreeScope scope, AutomationEventHandler eventHandler ) : void
AddAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
AddAutomationPropertyChangedEventHandler ( AutomationElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler ) : void
AddStructureChangedEventHandler ( AutomationElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void
Compare ( AutomationElement el1, AutomationElement el2 ) : bool
Compare ( int runtimeId1, int runtimeId2 ) : bool
PatternName ( AutomationPattern pattern ) : string
PropertyName ( AutomationProperty property ) : string
RemoveAllEventHandlers ( ) : void
RemoveAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, AutomationEventHandler eventHandler ) : void
RemoveAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
RemoveAutomationPropertyChangedEventHandler ( AutomationElement element, AutomationPropertyChangedEventHandler eventHandler ) : void
RemoveStructureChangedEventHandler ( AutomationElement element, StructureChangedEventHandler eventHandler ) : void

비공개 메소드들

메소드 설명
Automation ( ) : System

메소드 상세

AddAutomationEventHandler() 공개 정적인 메소드

public static AddAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, TreeScope scope, AutomationEventHandler eventHandler ) : void
eventId AutomationEvent
element AutomationElement
scope TreeScope
eventHandler AutomationEventHandler
리턴 void

AddAutomationFocusChangedEventHandler() 공개 정적인 메소드

public static AddAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
eventHandler AutomationFocusChangedEventHandler
리턴 void

AddAutomationPropertyChangedEventHandler() 공개 정적인 메소드

public static AddAutomationPropertyChangedEventHandler ( AutomationElement element, TreeScope scope, AutomationPropertyChangedEventHandler eventHandler ) : void
element AutomationElement
scope TreeScope
eventHandler AutomationPropertyChangedEventHandler
리턴 void

AddStructureChangedEventHandler() 공개 정적인 메소드

public static AddStructureChangedEventHandler ( AutomationElement element, TreeScope scope, StructureChangedEventHandler eventHandler ) : void
element AutomationElement
scope TreeScope
eventHandler StructureChangedEventHandler
리턴 void

Compare() 공개 정적인 메소드

public static Compare ( AutomationElement el1, AutomationElement el2 ) : bool
el1 AutomationElement
el2 AutomationElement
리턴 bool

Compare() 공개 정적인 메소드

public static Compare ( int runtimeId1, int runtimeId2 ) : bool
runtimeId1 int
runtimeId2 int
리턴 bool

PatternName() 공개 정적인 메소드

public static PatternName ( AutomationPattern pattern ) : string
pattern AutomationPattern
리턴 string

PropertyName() 공개 정적인 메소드

public static PropertyName ( AutomationProperty property ) : string
property AutomationProperty
리턴 string

RemoveAllEventHandlers() 공개 정적인 메소드

public static RemoveAllEventHandlers ( ) : void
리턴 void

RemoveAutomationEventHandler() 공개 정적인 메소드

public static RemoveAutomationEventHandler ( AutomationEvent eventId, AutomationElement element, AutomationEventHandler eventHandler ) : void
eventId AutomationEvent
element AutomationElement
eventHandler AutomationEventHandler
리턴 void

RemoveAutomationFocusChangedEventHandler() 공개 정적인 메소드

public static RemoveAutomationFocusChangedEventHandler ( AutomationFocusChangedEventHandler eventHandler ) : void
eventHandler AutomationFocusChangedEventHandler
리턴 void

RemoveAutomationPropertyChangedEventHandler() 공개 정적인 메소드

public static RemoveAutomationPropertyChangedEventHandler ( AutomationElement element, AutomationPropertyChangedEventHandler eventHandler ) : void
element AutomationElement
eventHandler AutomationPropertyChangedEventHandler
리턴 void

RemoveStructureChangedEventHandler() 공개 정적인 메소드

public static RemoveStructureChangedEventHandler ( AutomationElement element, StructureChangedEventHandler eventHandler ) : void
element AutomationElement
eventHandler StructureChangedEventHandler
리턴 void

프로퍼티 상세

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

public static Condition ContentViewCondition
리턴 Condition

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

public static Condition ControlViewCondition
리턴 Condition

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

public static Condition RawViewCondition
리턴 Condition