Returns an array of suggested spellings for the misspelled word. (Deprecated in Mac OS X v10.6. Use guessesForWordRange:inString:language:inSpellDocumentWithTag: instead.)
Original signature is '- (NSArray *)guessesForWord:(NSString *)word'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use guessesForWordRange:inString:language:inSpellDocumentWithTag: instead.")] public virtual NSArray GuessesForWord( NSString word )
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use guessesForWordRange:inString:language:inSpellDocumentWithTag: instead.")> _ Public Overridable Function GuessesForWord ( _ word As NSString _ ) As NSArray
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. Use guessesForWordRange:inString:language:inSpellDocumentWithTag: instead.")] public: virtual NSArray^ GuessesForWord( NSString^ word )

- word (NSString)
- A misspelled word.

An array of suggested spellings for the word.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)