Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AccEventArgs |
Represents the event arguments for the accessibility event. |
AccEventListener |
Represents the event listener class that hooks windows events. |
AutomationEventArgsMapping |
Represents the automation and event arguments mapping. |
AutomationThreadParams |
Represents the thread parameters for set and execute call. |
ControlChangedEventArgs |
Represents the event arguments propagated by the DataDrivenAdapter events. |
DataDrivenAdapterBase |
Represents the base adapter abstract class to manage access between the application, user interface, and automated entities within UII. |
DataDrivenAdapterException |
Represents a DDA exception. |
DdaAutomationAdapter |
Represents DDA-only capability for hosted applications. |
JavaAccEventArgs |
Represents the Java accessibility events. |
JavaAccEventListener |
This class provides the functionality to listen to Java accessibility events. |
JavaDataDrivenAdapter |
Represents the adapter for Java applications to manage access between the application, user interface, and automated entities within UII. |
JavaKnownControls |
Provides functionality for the registration/registration of UI controls. |
KnownControls |
Represents the known controls. |
MsHtmlEventSink |
Represents the HTML events listener. |
UIADataDrivenAdapter |
Represents the adapter for Windows applications, Wpf applications and web applications to manage access between the application, user interface, and automated entities within UII. |
WebDataDrivenAdapter |
Represents the data driven adapter for interacting with the controls on a webpage. |
Win32HelperMethods |
Represents helper methods that provide convenient access to the Win32NativeMethods. |
WinDataDrivenAdapter |
Represents the adapter for Windows applications to manage access between the applications, user interface, and automated entities within UII. |
Enums
FindWindowMatchType |
Represents the matching logic that the DDA uses to find a control |
OperationType |
Represents the different operations allowed on a UI control. |
Delegates
MsHtmlEventHandler |
Represents the delegate to handle events fired from IhtmlEvent. |
RaiseEventHandler |
Delegates to raise an event with the blow parameters. |