IDirAutoCompleteList Interface
Visual Studio 2015
Marks a directory list as supporting auto completion. Auto completion displays matching subdirectories as you enter characters.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
This interface has no methods. It serves only to indicate the directory list uses auto completion.
You can implement auto completion on a system edit control with the function.shautocomplete
Show: