Share via


interface ICoreWebView2Environment15

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.