IVsTextViewIntellisenseHostProvider 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 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. |