[This is preliminary documentation and is subject to change.]
Gets indexes to
Synonyms where synonyms of given word are stored in
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected int[] GetSynonymIndexes(
string Word
) |
| Visual Basic |
|---|
Protected Function GetSynonymIndexes ( _
Word As String _
) As Integer() |
| Visual C++ |
|---|
protected:
array<int>^ GetSynonymIndexes(
String^ Word
) |
| F# |
|---|
member GetSynonymIndexes :
Word:string -> int[]
|
| JScript |
|---|
protected function GetSynonymIndexes(
Word : String
) : int[] |
Return Value
[Missing <returns> documentation for "M:Tools.WindowsT.FormsT.KeyWordsEditor.GetSynonymIndexes(System.String)"]
See Also