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

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

공개 메소드들

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

메소드 상세

HostProviderFromHandle() 공개 정적인 메소드

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

RaiseAutomationEvent() 공개 정적인 메소드

public static RaiseAutomationEvent ( AutomationEvent eventId, IRawElementProviderSimple provider, AutomationEventArgs e ) : void
eventId AutomationEvent
provider IRawElementProviderSimple
e AutomationEventArgs
리턴 void

RaiseAutomationPropertyChangedEvent() 공개 정적인 메소드

public static RaiseAutomationPropertyChangedEvent ( IRawElementProviderSimple element, AutomationPropertyChangedEventArgs e ) : void
element IRawElementProviderSimple
e AutomationPropertyChangedEventArgs
리턴 void

RaiseStructureChangedEvent() 공개 정적인 메소드

public static RaiseStructureChangedEvent ( IRawElementProviderSimple provider, StructureChangedEventArgs e ) : void
provider IRawElementProviderSimple
e StructureChangedEventArgs
리턴 void

ReturnRawElementProvider() 공개 정적인 메소드

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