Skip to content

Commit d2b65a2

Browse files
authored
Update FindOnPage.md
updated midl3 definition
1 parent aa1a1e5 commit d2b65a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

FindOnPage.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 ([email protected])
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 ([email protected])
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", "[email protected]")]
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.

0 commit comments

Comments
 (0)