IVsContextualIntellisenseFilter Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Ends Intellisense filtering. |
![]() | Initialize(IVsHierarchy) | Initializes the filter to use a particular hierarchy. |
![]() | IsMemberVisible(String, Int32) | Indicates whether or not the member is visible. |
![]() | IsTypeVisible(String, Int32) | Indicates whether or not the type is visible. |
Show:
