Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2Environment15
: public ICoreWebView2Environment14
Interface that provides methods related to the environment settings of CoreWebView2.
Summary
| Members | Descriptions |
|---|---|
| CreateFindOptions | Creates a new instance of a CoreWebView2FindOptions object. |
This interface allows for the creation of new FindOptions objects.
Applies to
| Product | Introduced |
|---|---|
| WebView2 Win32 | N/A |
| WebView2 Win32 Prerelease | 1.0.3415 |
Members
CreateFindOptions
Creates a new instance of a CoreWebView2FindOptions object.
public HRESULT CreateFindOptions(ICoreWebView2FindOptions ** value)
This find options object can be used to define parameters for a find session. Returns the newly created FindOptions object.