The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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 Function ClientSideProviderFactoryCallback ( hwnd As IntPtr, idChild As Integer, idObject As Integer ) As IRawElementProviderSimple
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.IRawElementProviderSimpleFor example code, see Create a Client-Side UI Automation Provider.
.NET Framework
Available since 3.0
Available since 3.0
Show: