File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -514,15 +514,15 @@ namespace Microsoft.Web.WebView2.Core
514514 Backward ,
515515 };
516516
517- ///
518- /// Interface responsible for providing access the find operation functionalities in the CoreWebView2.
519- ///
520- // MSOWNERS: core (maxwellmyers@microsoft.com)
521- [uuid ( c9a130ca - a807 - 549c - 9d76 - 8e09ccee3973 ), object , pointer_default ( unique )]
522- interface ICoreWebView2Staging17 : IUnknown {
523- /// Retrieves the find operation interface for the current web view.
524- // MSOWNERS: core (maxwellmyers@microsoft.com)
525- [ propget ] HRESULT Find ([ out , retval ] ICoreWebView2StagingFind** value) ;
517+ /// < com >
518+ /// Interface providing methods to access the find operation functionalities in the CoreWebView2.
519+ /// </ com >
520+ [ com_interface ( " staging=ICoreWebView2Staging17 " )]
521+ [ms_owner ( " core " , " maxwellmyers@microsoft.com " )]
522+ interface ICoreWebView2_25
523+ {
524+ /// Retrieves the find operation interface for the current web view.
525+ CoreWebView2Find Find { get ; } ;
526526 }
527527
528528 /// Interface that provides methods related to the environment settings of CoreWebView2.
You can’t perform that action at this time.
0 commit comments