C# 클래스 UiaAtkBridge.ParentAdapter

상속: Adapter
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
children List
syncRoot object

공개 메소드들

메소드 설명
GetIndexOfChild ( Atk child ) : int
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs args ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void

보호된 메소드들

메소드 설명
EmitChildrenChanged ( ChildrenChangedDetail detail, uint child_index, Atk child ) : void
OnGetNChildren ( ) : int
OnRefChild ( int i ) : Atk.Object
ParentAdapter ( IntPtr ptr ) : System
RemoveUnmanagedChildren ( ) : void

비공개 메소드들

메소드 설명
AddOneChild ( Atk child ) : void
ParentAdapter ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
PreRemoveChild ( Atk childToRemove ) : void
RemoveChild ( Atk childToRemove ) : void
RemoveChild ( Atk childToRemove, bool terminate ) : void
RequestChildren ( ) : void
UpdateChildren ( ) : void

메소드 상세

EmitChildrenChanged() 보호된 메소드

protected EmitChildrenChanged ( ChildrenChangedDetail detail, uint child_index, Atk child ) : void
detail ChildrenChangedDetail
child_index uint
child Atk
리턴 void

GetIndexOfChild() 공개 메소드

public GetIndexOfChild ( Atk child ) : int
child Atk
리턴 int

OnGetNChildren() 보호된 메소드

protected OnGetNChildren ( ) : int
리턴 int

OnRefChild() 보호된 메소드

protected OnRefChild ( int i ) : Atk.Object
i int
리턴 Atk.Object

ParentAdapter() 보호된 메소드

protected ParentAdapter ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

RaiseAutomationEvent() 공개 메소드

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

RaiseStructureChangedEvent() 공개 추상적인 메소드

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

RemoveUnmanagedChildren() 보호된 메소드

protected RemoveUnmanagedChildren ( ) : void
리턴 void

프로퍼티 상세

children 보호되어 있는 프로퍼티

protected List children
리턴 List

syncRoot 보호되어 있는 정적으로 프로퍼티

protected static object syncRoot
리턴 object