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

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

공개 메소드들

메소드 설명
HostProviderFromHandle ( IntPtr hwnd ) : System.Windows.Automation.Provider.IRawElementProviderSimple
RaiseAutomationEvent ( AutomationEvent eventId, System.Windows.Automation.Provider.IRawElementProviderSimple provider, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( System.Windows.Automation.Provider.IRawElementProviderSimple element, AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( System.Windows.Automation.Provider.IRawElementProviderSimple provider, StructureChangedEventArgs e ) : void
ReturnRawElementProvider ( IntPtr hwnd, IntPtr wParam, IntPtr lParam, System.Windows.Automation.Provider.IRawElementProviderSimple el ) : IntPtr

비공개 메소드들

메소드 설명
AutomationInteropProvider ( ) : System
RetrieveAndDeleteProvider ( IntPtr result ) : System.Windows.Automation.Provider.IRawElementProviderSimple

메소드 상세

HostProviderFromHandle() 공개 정적인 메소드

public static HostProviderFromHandle ( IntPtr hwnd ) : System.Windows.Automation.Provider.IRawElementProviderSimple
hwnd System.IntPtr
리턴 System.Windows.Automation.Provider.IRawElementProviderSimple

RaiseAutomationEvent() 공개 정적인 메소드

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

RaiseAutomationPropertyChangedEvent() 공개 정적인 메소드

public static RaiseAutomationPropertyChangedEvent ( System.Windows.Automation.Provider.IRawElementProviderSimple element, AutomationPropertyChangedEventArgs e ) : void
element System.Windows.Automation.Provider.IRawElementProviderSimple
e System.Windows.Automation.AutomationPropertyChangedEventArgs
리턴 void

RaiseStructureChangedEvent() 공개 정적인 메소드

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

ReturnRawElementProvider() 공개 정적인 메소드

public static ReturnRawElementProvider ( IntPtr hwnd, IntPtr wParam, IntPtr lParam, System.Windows.Automation.Provider.IRawElementProviderSimple el ) : IntPtr
hwnd System.IntPtr
wParam System.IntPtr
lParam System.IntPtr
el System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System.IntPtr