C# Class System.Windows.Automation.Providers.AutomationInteropProvider

Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
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

Method Details

HostProviderFromHandle() public static méthode

public static HostProviderFromHandle ( IntPtr hwnd ) : IRawElementProviderSimple
hwnd System.IntPtr
Résultat IRawElementProviderSimple

RaiseAutomationEvent() public static méthode

public static RaiseAutomationEvent ( AutomationEvent eventId, IRawElementProviderSimple provider, AutomationEventArgs e ) : void
eventId AutomationEvent
provider IRawElementProviderSimple
e AutomationEventArgs
Résultat void

RaiseAutomationPropertyChangedEvent() public static méthode

public static RaiseAutomationPropertyChangedEvent ( IRawElementProviderSimple element, AutomationPropertyChangedEventArgs e ) : void
element IRawElementProviderSimple
e AutomationPropertyChangedEventArgs
Résultat void

RaiseStructureChangedEvent() public static méthode

public static RaiseStructureChangedEvent ( IRawElementProviderSimple provider, StructureChangedEventArgs e ) : void
provider IRawElementProviderSimple
e StructureChangedEventArgs
Résultat void

ReturnRawElementProvider() public static méthode

public static ReturnRawElementProvider ( IntPtr hwnd, IntPtr wParam, IntPtr lParam, IRawElementProviderSimple el ) : IntPtr
hwnd System.IntPtr
wParam System.IntPtr
lParam System.IntPtr
el IRawElementProviderSimple
Résultat System.IntPtr