Reflection .NET API
Attachmate.Reflection Assembly / 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
     
    
    Public ReadOnly Property Suggestions As String()
    'Usage
     
    
    Dim instance As MisspelledWord
    Dim value() As String
     
    value = instance.Suggestions
    public string[] Suggestions {get;}
    Remarks
    The return value can be empty.
    See Also