Skip to content

Commit 702d188

Browse files
committed
link 3 plats CoreFind.FindNext
1 parent b3dfe3f commit 702d188

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,23 @@ No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
9696
<!-- ---------- -->
9797
###### SDK-only
9898

99-
* Fixed documentation of the `FindNext` API that incorrectly referenced `FindPrevious`. ([Issue #5059](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5059))
99+
* Fixed .NET and Win32 documentation of the `CoreWebView2Find.FindNext` method that incorrectly mentioned `FindPrevious`. The method summary now mentions `FindNext` instead. ([Issue #5059](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5059))
100+
101+
##### [.NET/C#](#tab/dotnetcsharp)
102+
103+
* [CoreWebView2Find.FindNext Method](/dotnet/api/microsoft.web.webview2.core.corewebview2find.findnext?view=webview2-dotnet-1.0.3116-prerelease&preserve-view=true)
104+
105+
##### [WinRT/C#](#tab/winrtcsharp)
106+
107+
* [CoreWebView2Find.FindNext Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2find?view=webview2-winrt-1.0.3116-prerelease&preserve-view=true#findnext)
108+
109+
##### [Win32/C++](#tab/win32cpp)
110+
111+
* [ICoreWebView2ExperimentalFind::FindNext](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalfind?view=webview2-1.0.3116-prerelease&preserve-view=true#findnext)
112+
<!-- todo: make sure Win32 API Ref 3116 has "Next" not "Previous" in summary -->
113+
114+
---
115+
100116

101117
<!-- end of Feb 2025 Prerelease SDK -->
102118

0 commit comments

Comments
 (0)