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

Autocomplete chache shared across instances with same AutoCompleteCacheName

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, ListWithEvents<string>> AutocompleteCache
Visual Basic
Protected Shared ReadOnly AutocompleteCache As Dictionary(Of String, ListWithEvents(Of String))
Visual C++
protected:
static initonly Dictionary<String^, ListWithEvents<String^>^>^ AutocompleteCache
F#
static val AutocompleteCache: Dictionary<string, ListWithEvents<string>>
JScript
protected static final var AutocompleteCache : Dictionary<String, ListWithEvents<String>>

See Also