[This is preliminary documentation and is subject to change.]
Name of per-session cache of keywords used by this instance and name of group of autocomplete items and synonyms (if used)
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)] [DefaultValueAttribute("")] public string AutoCompleteCacheName { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ <DefaultValueAttribute("")> _ Public Property AutoCompleteCacheName As String Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] [DefaultValueAttribute(L"")] public: property String^ AutoCompleteCacheName { String^ get (); void set (String^ value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] [<DefaultValueAttribute("")>] member AutoCompleteCacheName : string with get, set |
| JScript |
|---|
function get AutoCompleteCacheName () : String function set AutoCompleteCacheName (value : String) |
Field Value
An enmpty String to use no temporary chache
Remarks
When AutomaticLists is true sets also name for list of autocomplete words and synonyms.