[This is preliminary documentation and is subject to change.]
Automatically shared lists of keywords for the KeyWords property. Sharred accross instances with same AutoCompleteCacheName and AutomaticLists = True
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected static readonly Dictionary<string, ListWithEvents<string>> SharedStableList |
| Visual Basic |
|---|
Protected Shared ReadOnly SharedStableList As Dictionary(Of String, ListWithEvents(Of String)) |
| Visual C++ |
|---|
protected: static initonly Dictionary<String^, ListWithEvents<String^>^>^ SharedStableList |
| F# |
|---|
static val SharedStableList: Dictionary<string, ListWithEvents<string>> |
| JScript |
|---|
protected static final var SharedStableList : Dictionary<String, ListWithEvents<String>> |