IVsContextualIntellisenseFilter Members

Include Protected Members
Include Inherited Members

Filters Intellisense items to control whether or not Intellisense help appears. You can get an instance of the interface from the GetFilter method of the IVsContextualIntellisenseFilterProvider interface.

The IVsContextualIntellisenseFilter type exposes the following members.

Methods

  Name Description
Public method Close Ends Intellisense filtering.
Public method Initialize Initializes the filter to use a particular hierarchy.
Public method IsMemberVisible Indicates whether or not the member is visible.
Public method IsTypeVisible Indicates whether or not the type is visible.

Top

See Also

Reference

IVsContextualIntellisenseFilter Interface

Microsoft.VisualStudio.Shell.Interop Namespace