Share via


ParseErrorAction.ShowTypoCorrections Property

Definition

Gets or sets a value that indicates whether to show typo suggestions along with error details when an error is found during parsing.

public:
 property bool ShowTypoCorrections { bool get(); void set(bool value); };
public bool ShowTypoCorrections { get; set; }
member this.ShowTypoCorrections : bool with get, set
Public Property ShowTypoCorrections As Boolean

Property Value

true to show suggestions along with parse error details. false to now show suggestions.

Remarks

When set to true, indicates that suggestions will be shown along with parse error details. When set to false, suggestions will not be shown.

Applies to