다음을 통해 공유


CoreWebView2ExecuteScriptResult.Succeeded Property

Definition

This property is true if ExecuteScriptWithResultAsync(String) successfully executed script with no unhandled exceptions and the result is available in the ResultAsJson property.

public bool Succeeded { get; }
member this.Succeeded : bool
Public ReadOnly Property Succeeded As Boolean

Property Value

Applies to