In This Topic
Returns a list of suggested spelling corrections for the misspelled word.
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Scope="module",
Target="Attachmate.Reflection.dll")>
Public ReadOnly Property Suggestions As String()
'Usage
Dim instance As MisspelledWord
Dim value() As String
value = instance.Suggestions
[SuppressMessage("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Scope="module",
Target="Attachmate.Reflection.dll")]
public string[] Suggestions {get;}
See Also