Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Represents the method that creates a client-side UI Automation provider for a window.

Namespace:   System.Windows.Automation
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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft