CoreWebView2Environment.CreateFindOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of a CoreWebView2FindOptions object. This find options object can be used to define parameters for a find session. Returns the newly created FindOptions object.
public Microsoft.Web.WebView2.Core.CoreWebView2FindOptions CreateFindOptions ();
member this.CreateFindOptions : unit -> Microsoft.Web.WebView2.Core.CoreWebView2FindOptions
Public Function CreateFindOptions () As CoreWebView2FindOptions