File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ interface ICoreWebView2FindConfiguration : IUnknown {
283283 [propput ] HRESULT ShouldMatchWord ([in ] BOOL value );
284284
285285 // Gets the state of whether all matches are highlighted.
286- // \return TRUE if all matches are highlighted, FALSE otherwise.
286+ // Returns TRUE if all matches are highlighted, FALSE otherwise.
287287 [propget ] HRESULT ShouldHighlightAllMatches ([out , retval ] BOOL* value);
288288 // Sets the state to either highlight all matches or not.
289289 [propput ] HRESULT ShouldHighlightAllMatches ([in ] BOOL value );
@@ -302,7 +302,7 @@ interface ICoreWebView2FindConfiguration : IUnknown {
302302 [propget ] HRESULT ActiveMatchIndex ([out , retval ] LONG* value);
303303
304304 // Gets the total count of matches found in the current document based on the last find criteria.
305- // \return The total count of matches.
305+ // Returns the total count of matches.
306306 [propget ] HRESULT MatchesCount ([out , retval ] LONG* value);
307307
308308}
You can’t perform that action at this time.
0 commit comments