IVsTextViewIntellisenseHostProvider Interface

Definition

Provides an IntelliSense host for the text view.

public interface class IVsTextViewIntellisenseHostProvider
public interface class IVsTextViewIntellisenseHostProvider
__interface IVsTextViewIntellisenseHostProvider
[System.Runtime.InteropServices.Guid("2E758295-344B-48D6-86AC-BD81F89CB4B8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextViewIntellisenseHostProvider
[System.Runtime.InteropServices.Guid("2E758295-344B-48D6-86AC-BD81F89CB4B8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextViewIntellisenseHostProvider
[<System.Runtime.InteropServices.Guid("2E758295-344B-48D6-86AC-BD81F89CB4B8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextViewIntellisenseHostProvider = interface
[<System.Runtime.InteropServices.Guid("2E758295-344B-48D6-86AC-BD81F89CB4B8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextViewIntellisenseHostProvider = interface
Public Interface IVsTextViewIntellisenseHostProvider
Attributes

Methods

CreateIntellisenseHost(IVsTextBufferCoordinator, Guid, IntPtr)

Creates an IntelliSense host.

Applies to