IVsContextualIntellisenseFilter Interface

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("C0C5974A-288D-4719-AB48-9CB812B5E895")> _
Public Interface IVsContextualIntellisenseFilter
‘사용 방법
Dim instance As IVsContextualIntellisenseFilter
[InterfaceTypeAttribute()]
[GuidAttribute("C0C5974A-288D-4719-AB48-9CB812B5E895")]
public interface IVsContextualIntellisenseFilter
[InterfaceTypeAttribute()]
[GuidAttribute(L"C0C5974A-288D-4719-AB48-9CB812B5E895")]
public interface class IVsContextualIntellisenseFilter
[<InterfaceTypeAttribute()>]
[<GuidAttribute("C0C5974A-288D-4719-AB48-9CB812B5E895")>]
type IVsContextualIntellisenseFilter =  interface end
public interface IVsContextualIntellisenseFilter

See Also

Reference

IVsContextualIntellisenseFilter Members

Microsoft.VisualStudio.Shell.Interop Namespace