[This is preliminary documentation and is subject to change.]
Gets all synonyms of given word including it
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Public Function GetSynonyms ( _
Word As String _
) As String() |
| Visual C++ |
|---|
public:
array<String^>^ GetSynonyms(
String^ Word
) |
| JScript |
|---|
public function GetSynonyms(
Word : String
) : String[] |
Return Value
Synonyms of
Word (avoiding duplicates). When no synonyms are found
Word itself is returned
See Also