Gets an array of suggestions which are created based on the selected suggestions dictionaries. The maximum number of items depends on the MaxSuggestion property.

Syntax

public object[] Suggestions { get; }
Public ReadOnly Property Suggestions() As Object()

Limitations

Read only.

Remarks

This property is only enabled to create suggestions if the SpellingCorrectionUIProvider's mode is set to SuggestionsCreated or WordToCorrectEditing. If is the IsNoSuggestionsItemEnabled property is true and the SpellingCorrectionUIProvider's mode is set to NoSuggestionsCreated, the property returns an array containing one item which informs the user that no suggestions could be created. In all other circumstances the method returns an empty array.