'Declaration
Protected Overridable Function IsAutoCorrectPreferred() As Boolean
'Usage
Dim instance As ExternalVariable Dim value As Boolean value = instance.IsAutoCorrectPreferred()
protected virtual bool IsAutoCorrectPreferred()
Return Value
true
if all expression are corrected automatically; otherwise, false
.