@@ -317,7 +317,7 @@ interface ICoreWebView2FindMatchCountChangedEventHandler : IUnknown {
317
317
}
318
318
319
319
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 .
321
321
// / This interface allows for finding text, navigation between matches, and customization of the Find UI.
322
322
// MSOWNERS: core ([email protected] )
323
323
[uuid(9c494a0a-c5d8-5fee-b7e6-4926d8d7b391), object, pointer_default(unique)]
@@ -466,7 +466,7 @@ interface ICoreWebView2FindOptions : IUnknown {
466
466
// MSOWNERS: core ([email protected] )
467
467
[uuid(c9a130ca-a807-549c-9d76-8e09ccee3973), object, pointer_default(unique)]
468
468
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 .
470
470
// MSOWNERS: core (
[email protected] )
471
471
[ propget] HRESULT Find([ out, retval] ICoreWebView2Find** value);
472
472
@@ -505,7 +505,7 @@ namespace Microsoft.Web.WebView2.Core
505
505
[
ms_owner (
" core" ,
" [email protected] " )]
506
506
interface ICoreWebView2_25
507
507
{
508
- /// Retrieves the Find operation interface for the current web view .
508
+ /// Retrieves the Find operation interface for the current WebView2 .
509
509
CoreWebView2Find Find { get ; };
510
510
}
511
511
@@ -566,7 +566,7 @@ runtimeclass CoreWebView2FindOptions : [default]ICoreWebView2FindOptions {}
566
566
567
567
runtimeclass CoreWebView2Find : [default ]ICoreWebView2Find {}
568
568
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 .
570
570
/// This interface allows for finding text, navigation between matches, and customization of the Find UI.
571
571
[com_interface (" staging=ICoreWebView2StagingFind" )]
572
572
[
ms_owner (
" core" ,
" [email protected] " )]
0 commit comments