IVsContextualIntellisenseFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters Intellisense items to control whether or not Intellisense help appears. You can get an instance of the interface from the GetFilter(IVsHierarchy, IVsContextualIntellisenseFilter) method of the IVsContextualIntellisenseFilterProvider interface.
public interface class IVsContextualIntellisenseFilter
public interface class IVsContextualIntellisenseFilter
__interface IVsContextualIntellisenseFilter
[System.Runtime.InteropServices.Guid("C0C5974A-288D-4719-AB48-9CB812B5E895")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsContextualIntellisenseFilter
[<System.Runtime.InteropServices.Guid("C0C5974A-288D-4719-AB48-9CB812B5E895")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsContextualIntellisenseFilter = interface
Public Interface IVsContextualIntellisenseFilter
- Attributes
Methods
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. |