C# 클래스 UiaAtkBridge.TopLevelRootItem

상속: ParentAdapter
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
AddOneChild ( Atk child ) : void
CheckAndHandleNewActiveWindow ( UiaAtkBridge newWin ) : void
CheckAndHandleNewActiveWindow ( UiaAtkBridge oldWin, UiaAtkBridge newWin ) : void
TopLevelRootItem ( ) : System
WindowDeactivated ( Window win ) : void

메소드 상세

RaiseAutomationEvent() 공개 메소드

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
리턴 void

RaiseStructureChangedEvent() 공개 메소드

public RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
provider object
e System.Windows.Automation.StructureChangedEventArgs
리턴 void