Property | Type | Description | |
---|---|---|---|
syncRoot | object |
Property | Type | Description | |
---|---|---|---|
AbortMainLoop | void | ||
CheckMainLoop | void | ||
FindProviderByPath | System.Windows.Automation.Provider.IRawElementProviderSimple | ||
FindProviderByRuntimeId | System.Windows.Automation.Provider.IRawElementProviderSimple | ||
FindWrapperByHandle | |||
FindWrapperByProvider | |||
GetElementPaths | string[] | ||
GetFocusedElementPath | string | ||
HandleDescendantElementRemoval | void | ||
HandleElementRemoval | void | ||
HandleTotalElementRemoval | void | ||
MainLoop | void |
Method | Description | |
---|---|---|
AutomationBridge ( ) : System | ||
HostProviderFromHandle ( |
||
Initialize ( ) : void | ||
RaiseAutomationEvent ( |
||
RaiseAutomationPropertyChangedEvent ( object element, |
||
RaiseStructureChangedEvent ( object provider, |
||
Terminate ( ) : void |
Method | Description | |
---|---|---|
AbortMainLoop ( ) : void | ||
CheckMainLoop ( ) : void | ||
FindProviderByPath ( string path ) : System.Windows.Automation.Provider.IRawElementProviderSimple | ||
FindProviderByRuntimeId ( int runtimeId ) : System.Windows.Automation.Provider.IRawElementProviderSimple | ||
FindWrapperByHandle ( int handle ) : |
||
FindWrapperByProvider ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : |
||
GetElementPaths ( System.Windows.Automation.Provider.IRawElementProviderSimple elements ) : string[] | ||
GetFocusedElementPath ( ) : string | ||
HandleDescendantElementRemoval ( IRawElementProviderFragment providerFragment ) : void | ||
HandleElementRemoval ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : void | ||
HandleTotalElementRemoval ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : void | ||
MainLoop ( ) : void |
public HostProviderFromHandle ( |
||
hwnd | ||
return | object |
public RaiseAutomationEvent ( |
||
eventId | ||
provider | object | |
e | ||
return | void |
public RaiseAutomationPropertyChangedEvent ( object element, |
||
element | object | |
e | ||
return | void |
public RaiseStructureChangedEvent ( object provider, |
||
provider | object | |
e | ||
return | void |