ArcGIS Pro 2.8 API Reference Guide
GetSuggestions Method

ArcGIS.Desktop.Framework.Utilities Namespace > SpellChecker Class : GetSuggestions Method
Returns an array of suggestions for the specified word. Returns null if the word is properly spelled.
Syntax
public string[] GetSuggestions( 
   string word
)
Public Function GetSuggestions( _
   ByVal word As String _
) As String()

Parameters

word
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SpellChecker Class
SpellChecker Members