We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06546b2 commit d9188b7Copy full SHA for d9188b7
1 file changed
specs/ExecuteScriptWithResult.md
@@ -199,7 +199,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
199
/// and otherwise returns E_INVALIDARG.
200
[propget] HRESULT ResultAsJson([out, retval] LPWSTR* jsonResult);
201
202
- /// If IsSuccess return true, this interface can let user try to get string result when
+ /// If IsSuccess is true and the result of script execution is a string, this method provides the value of the string result
203
/// the result type is string, otherwise return E_INVALIDARG.
204
HRESULT TryGetResultAsString([out, retval] LPWSTR* stringResult);
205
0 commit comments