IVsContextualIntellisenseFilterProvider 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.
Provides a filter for Intellisense items based on project hierarchy information. You can get in instance of the interface from the Device Configuration (DevCfg).
public interface class IVsContextualIntellisenseFilterProvider
public interface class IVsContextualIntellisenseFilterProvider
__interface IVsContextualIntellisenseFilterProvider
[System.Runtime.InteropServices.Guid("F7827DCE-0B39-474D-8D48-FE8100C9044C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsContextualIntellisenseFilterProvider
[<System.Runtime.InteropServices.Guid("F7827DCE-0B39-474D-8D48-FE8100C9044C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsContextualIntellisenseFilterProvider = interface
Public Interface IVsContextualIntellisenseFilterProvider
- Attributes
Methods
GetFilter(IVsHierarchy, IVsContextualIntellisenseFilter) |
Returns an Intellisense filter for a given projec hierarchy. |