InfoConnect for Unisys
Suggestions Property


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