Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NSpellChecker Class / GetSuggestions Method


In This Topic
    GetSuggestions Method (NSpellChecker)
    In This Topic
    Returns an iterator of words that are similar to this word
    Syntax
    'Declaration
     
    
    Public Overridable Function GetSuggestions( _
       ByVal chars() As System.Char, _
       ByVal beginIndex As System.Integer, _
       ByVal endIndex As System.Integer _
    ) As INIterator(Of Char())
    'Usage
     
    
    Dim instance As NSpellChecker
    Dim chars() As System.Char
    Dim beginIndex As System.Integer
    Dim endIndex As System.Integer
    Dim value As INIterator(Of Char())
     
    value = instance.GetSuggestions(chars, beginIndex, endIndex)
    public virtual INIterator<char[]> GetSuggestions( 
       System.char[] chars,
       System.int beginIndex,
       System.int endIndex
    )

    Parameters

    chars
    beginIndex
    endIndex
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also