WebBrowser.GetHostedProvider Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the hosted provider to pass back to UI Automation core.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Public Sub GetHostedProvider ( _ windowlessSite As IntPtr, _ ByRef provider As IntPtr _ )
Parameters
- windowlessSite
- Type: System.IntPtr
The parent of this provider node.
- provider
- Type:
System.IntPtr
%
The hosted provider.
Show: