Determines whether the word in the search query should be flagged and suggestions found for it.

C# | Visual Basic | Visual C++ |
protected virtual bool NeedSuggestionForWord( string word )
Protected Overridable Function NeedSuggestionForWord ( _ word As String _ ) As Boolean
protected: virtual bool NeedSuggestionForWord( String^ word )

- word (String)
- A word in the search query.

True if the word should be flagged for suggestions.