IDirAutoCompleteList Interface

Marks a directory list as supporting auto completion. Auto completion displays matching subdirectories as you enter characters.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("07F86396-273C-11D7-8BF6-00B0D03DAA06")> _
Public Interface IDirAutoCompleteList
[GuidAttribute("07F86396-273C-11D7-8BF6-00B0D03DAA06")]
public interface IDirAutoCompleteList
[GuidAttribute(L"07F86396-273C-11D7-8BF6-00B0D03DAA06")]
public interface class IDirAutoCompleteList
[<GuidAttribute("07F86396-273C-11D7-8BF6-00B0D03DAA06")>]
type IDirAutoCompleteList =  interface end
public interface IDirAutoCompleteList

Remarks

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 SHAutoComplete function.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace