This documentation is archived and is not being maintained.
Create a Client-Side UI Automation Provider
Visual Studio 2010
Note |
|---|
This documentation is intended for .NET Framework developers who want to use the managed UI Automation classes defined in the System.Windows.Automation namespace. For the latest information about UI Automation, see Windows Automation API: UI Automation. |
This topic contains example code that shows how to implement a client-side UI Automation provider.
The following example code can be built into a dynamic-link library (DLL) that implements a very simple client-side provider for a console window. The code does not have any useful functionality, but is intended to demonstrate the basic steps in setting up a provider assembly that can be registered by a UI Automation client application.
Show:
Note