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
[InterfaceTypeAttribute()]
[GuidAttribute("F7827DCE-0B39-474D-8D48-FE8100C9044C")]
public interface IVsContextualIntellisenseFilterProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"F7827DCE-0B39-474D-8D48-FE8100C9044C")]
public interface class IVsContextualIntellisenseFilterProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F7827DCE-0B39-474D-8D48-FE8100C9044C")>]
type IVsContextualIntellisenseFilterProvider =  interface end
public interface IVsContextualIntellisenseFilterProvider

The IVsContextualIntellisenseFilterProvider type exposes the following members.

Methods

  Name Description
Public method GetFilter Returns an Intellisense filter for a given projec hierarchy.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace