We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564489b commit 6272db7Copy full SHA for 6272db7
1 file changed
specs/AutomationProvider.md
@@ -39,8 +39,9 @@ See [API Details](#api_details) section below for API reference.
39
## Win32 C++
40
``` c#
41
interface ICoreWebView2Environment4 : ICoreWebView2Environment3 {
42
- /// Returns the UI Automation Provider for the
43
- /// ICoreWebView2CompositionController that corresponds with the given HWND.
+ /// Returns the UI Automation Provider in cases where automation APIs are asking
+ /// about an HWND that may belong to the WebView but the app doesn't have context
44
+ /// to know which CoreWebView2Controller is being referenced.
45
HRESULT GetProviderForHwnd([in] HWND hwnd,
46
[out, retval] IUnknown** provider);
47
}
0 commit comments