InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / MisspelledWord Structure / Suggestions Property


In This Topic
    Suggestions Property
    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;}
    Remarks
    The return value can be empty.
    See Also