C# 클래스 UIAutomation.UiaAutomation

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

공개 메소드들

메소드 설명
AddAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
AddAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
AddAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
AddStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
Compare ( IUiElement el1, IUiElement el2 ) : bool
Compare ( int runtimeId1, int runtimeId2 ) : bool
PatternName ( IBasePattern pattern ) : string
PropertyName ( UIANET::System.Windows.Automation property ) : string
RemoveAllEventHandlers ( ) : void
RemoveAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
RemoveAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
RemoveAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
RemoveStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void

메소드 상세

AddAutomationEventHandler() 공개 메소드

public AddAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
eventId UIANET::System.Windows.Automation
element IUiElement
scope UIANET::System.Windows.Automation
eventHandler UIANET::System.Windows.Automation
리턴 void

AddAutomationFocusChangedEventHandler() 공개 메소드

public AddAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
eventHandler UIANET::System.Windows.Automation
리턴 void

AddAutomationPropertyChangedEventHandler() 공개 메소드

public AddAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
scope UIANET::System.Windows.Automation
eventHandler UIANET::System.Windows.Automation
리턴 void

AddStructureChangedEventHandler() 공개 메소드

public AddStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation scope, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
scope UIANET::System.Windows.Automation
eventHandler UIANET::System.Windows.Automation
리턴 void

Compare() 공개 메소드

public Compare ( IUiElement el1, IUiElement el2 ) : bool
el1 IUiElement
el2 IUiElement
리턴 bool

Compare() 공개 메소드

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

PatternName() 공개 메소드

public PatternName ( IBasePattern pattern ) : string
pattern IBasePattern
리턴 string

PropertyName() 공개 메소드

public PropertyName ( UIANET::System.Windows.Automation property ) : string
property UIANET::System.Windows.Automation
리턴 string

RemoveAllEventHandlers() 공개 메소드

public RemoveAllEventHandlers ( ) : void
리턴 void

RemoveAutomationEventHandler() 공개 메소드

public RemoveAutomationEventHandler ( UIANET::System.Windows.Automation eventId, IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
eventId UIANET::System.Windows.Automation
element IUiElement
eventHandler UIANET::System.Windows.Automation
리턴 void

RemoveAutomationFocusChangedEventHandler() 공개 메소드

public RemoveAutomationFocusChangedEventHandler ( UIANET::System.Windows.Automation eventHandler ) : void
eventHandler UIANET::System.Windows.Automation
리턴 void

RemoveAutomationPropertyChangedEventHandler() 공개 메소드

public RemoveAutomationPropertyChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
eventHandler UIANET::System.Windows.Automation
리턴 void

RemoveStructureChangedEventHandler() 공개 메소드

public RemoveStructureChangedEventHandler ( IUiElement element, UIANET::System.Windows.Automation eventHandler ) : void
element IUiElement
eventHandler UIANET::System.Windows.Automation
리턴 void