Skip to content

Commit 3ed7d68

Browse files
authored
Update FindOnPage.md
replaced web view with WebView2
1 parent c619dbb commit 3ed7d68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FindOnPage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ interface ICoreWebView2FindMatchCountChangedEventHandler : IUnknown {
317317
}
318318

319319

320-
/// Interface providing methods and properties for finding and navigating through text in the web view.
320+
/// Interface providing methods and properties for finding and navigating through text in the WebView2.
321321
/// This interface allows for finding text, navigation between matches, and customization of the Find UI.
322322
// MSOWNERS: core ([email protected])
323323
[uuid(9c494a0a-c5d8-5fee-b7e6-4926d8d7b391), object, pointer_default(unique)]
@@ -466,7 +466,7 @@ interface ICoreWebView2FindOptions : IUnknown {
466466
// MSOWNERS: core ([email protected])
467467
[uuid(c9a130ca-a807-549c-9d76-8e09ccee3973), object, pointer_default(unique)]
468468
interface ICoreWebView2_17 : IUnknown {
469-
/// Retrieves the Find operation interface for the current web view.
469+
/// Retrieves the Find operation interface for the current WebView2.
470470
// MSOWNERS: core ([email protected])
471471
[propget] HRESULT Find([out, retval] ICoreWebView2Find** value);
472472

@@ -505,7 +505,7 @@ namespace Microsoft.Web.WebView2.Core
505505
[ms_owner("core", "[email protected]")]
506506
interface ICoreWebView2_25
507507
{
508-
/// Retrieves the Find operation interface for the current web view.
508+
/// Retrieves the Find operation interface for the current WebView2.
509509
CoreWebView2Find Find { get; };
510510
}
511511

@@ -566,7 +566,7 @@ runtimeclass CoreWebView2FindOptions : [default]ICoreWebView2FindOptions {}
566566

567567
runtimeclass CoreWebView2Find : [default]ICoreWebView2Find {}
568568

569-
/// Interface providing methods and properties for finding and navigating through text in the web view.
569+
/// Interface providing methods and properties for finding and navigating through text in the WebView2.
570570
/// This interface allows for finding text, navigation between matches, and customization of the Find UI.
571571
[com_interface("staging=ICoreWebView2StagingFind")]
572572
[ms_owner("core", "[email protected]")]

0 commit comments

Comments
 (0)