We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4988da commit 99bfd11Copy full SHA for 99bfd11
FindOnPage.md
@@ -45,10 +45,6 @@ wil::com_ptr<ICoreWebView2FindConfiguration> AppWindow::InitializeFindConfigurat
45
CHECK_FAILURE(webView2Environment5->CreateFindConfiguration(&findConfiguration));
46
CHECK_FAILURE(findConfiguration->put_FindTerm(findTerm.c_str()));
47
48
- // Query for the ICoreWebView2_17 interface to access the Find feature.
49
- auto webView2_17 = m_webView.try_query<ICoreWebView2_17>();
50
- CHECK_FEATURE_RETURN(webView2_17);
51
-
52
return findConfiguration;
53
}
54
```
0 commit comments