ClientSideProviderFactoryCallback Delegate
.NET Framework (current version)
Represents the method that creates a client-side UI Automation provider for a window.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
public delegate IRawElementProviderSimple^ ClientSideProviderFactoryCallback( IntPtr hwnd, int idChild, int idObject )
Parameters
- hwnd
-
Type:
System::IntPtr
The window for which the provider is created.
- idChild
-
Type:
System::Int32
The child ID of the object.
- idObject
-
Type:
System::Int32
The ID of the object.
Return Value
Type: System.Windows.Automation.Provider::IRawElementProviderSimple^For example code, see Create a Client-Side UI Automation Provider.
.NET Framework
Available since 3.0
Available since 3.0
Show: