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

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AutomationInteropProvider ( ) : System
RetrieveAndDeleteProvider ( IntPtr result ) : System.Windows.Automation.Provider.IRawElementProviderSimple

Method Details

HostProviderFromHandle() public static méthode

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

RaiseAutomationEvent() public static méthode

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
Résultat void

RaiseAutomationPropertyChangedEvent() public static méthode

public static RaiseAutomationPropertyChangedEvent ( System.Windows.Automation.Provider.IRawElementProviderSimple element, AutomationPropertyChangedEventArgs e ) : void
element System.Windows.Automation.Provider.IRawElementProviderSimple
e System.Windows.Automation.AutomationPropertyChangedEventArgs
Résultat void

RaiseStructureChangedEvent() public static méthode

public static RaiseStructureChangedEvent ( System.Windows.Automation.Provider.IRawElementProviderSimple provider, StructureChangedEventArgs e ) : void
provider System.Windows.Automation.Provider.IRawElementProviderSimple
e System.Windows.Automation.StructureChangedEventArgs
Résultat void

ReturnRawElementProvider() public static méthode

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
Résultat System.IntPtr