Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.