Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2Environment4
: public ICoreWebView2Environment3
A continuation of the ICoreWebView2Environment3 interface.
Summary
| Members | Descriptions |
|---|---|
| GetAutomationProviderForWindow | Returns the Automation Provider for the WebView that matches the provided window. |
Applies to
| Product | Introduced |
|---|---|
| WebView2 Win32 | 1.0.774.44 |
| WebView2 Win32 Prerelease | 1.0.824 |
Members
GetAutomationProviderForWindow
Returns the Automation Provider for the WebView that matches the provided window.
public HRESULT GetAutomationProviderForWindow(HWND hwnd, IUnknown ** value)
Host apps are expected to implement IRawElementProviderHwndOverride. When GetOverrideProviderForHwnd is called, the app can pass the HWND to GetAutomationProviderForWindow to find the matching WebView Automation Provider.