File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ See [API Details](#api_details) section below for API reference.
4141## Win32 C++
4242``` c#
4343interface ICoreWebView2Environment4 : ICoreWebView2Environment3 {
44- /// Returns the UI Automation Provider for the WebView that matches the provided window.
44+ /// Returns the Automation Provider for the WebView that matches the provided window.
4545 /// Host apps are expected to implement IRawElementProviderHwndOverride. When GetOverrideProviderForHwnd
4646 /// is called, the app can pass the HWND to GetAutomationProviderForWindow to find the matching WebView
4747 /// automation provider.
@@ -50,7 +50,7 @@ interface ICoreWebView2Environment4 : ICoreWebView2Environment3 {
5050}
5151
5252interface ICoreWebView2CompositionController2 : ICoreWebView2CompositionController {
53- /// Returns the UI Automation Provider for the WebView.
53+ /// Returns the Automation Provider for the WebView. This object implements IRawElementProviderSimple .
5454 [propget] HRESULT AutomationProvider([out, retval] IUnknown** provider);
5555}
5656```
You can’t perform that action at this time.
0 commit comments