[This is preliminary documentation and is subject to change.]

Automatically shared lists of synonyms for the Synonyms property. Sharred accross instances with same AutoCompleteCacheName and AutomaticLists = True

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected static readonly Dictionary<string, List<KeyValuePair<string[], string[]>>> SharedSynonymList
Visual Basic
Protected Shared ReadOnly SharedSynonymList As Dictionary(Of String, List(Of KeyValuePair(Of String(), String())))
Visual C++
protected:
static initonly Dictionary<String^, List<KeyValuePair<array<String^>^, array<String^>^>>^>^ SharedSynonymList
F#
static val SharedSynonymList: Dictionary<string, List<KeyValuePair<string[], string[]>>>
JScript
protected static final var SharedSynonymList : Dictionary<String, List<KeyValuePair<String[], String[]>>>

See Also