IVsContextualIntellisenseFilterProvider Interface

Provides a filter for Intellisense items based on project hierarchy information. You can get in instance of the interface from the Device Configuration (DevCfg).

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F7827DCE-0B39-474D-8D48-FE8100C9044C")> _
Public Interface IVsContextualIntellisenseFilterProvider
'Usage
Dim instance As IVsContextualIntellisenseFilterProvider
[InterfaceTypeAttribute()]
[GuidAttribute("F7827DCE-0B39-474D-8D48-FE8100C9044C")]
public interface IVsContextualIntellisenseFilterProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"F7827DCE-0B39-474D-8D48-FE8100C9044C")]
public interface class IVsContextualIntellisenseFilterProvider
public interface IVsContextualIntellisenseFilterProvider

See Also

Reference

IVsContextualIntellisenseFilterProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace