C# 클래스 UiaAtkBridge.Container

상속: ComponentParentAdapter, ICanHaveSelection
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
Container ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
ICanHaveSelection ( Adapter keepSelected ) : void
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void

보호된 메소드들

메소드 설명
UpdateNameProperty ( string newName, bool fromCtor ) : void

메소드 상세

Container() 공개 메소드

public Container ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System

ICanHaveSelection() 공개 메소드

public ICanHaveSelection ( Adapter keepSelected ) : void
keepSelected Adapter
리턴 void

RaiseAutomationEvent() 공개 메소드

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

RaiseStructureChangedEvent() 공개 메소드

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

UpdateNameProperty() 보호된 메소드

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
리턴 void