IVsTextViewIntellisenseHostProvider Interface
Provides an IntelliSense host for the text view.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("2E758295-344B-48D6-86AC-BD81F89CB4B8")> _
Public Interface IVsTextViewIntellisenseHostProvider
[InterfaceTypeAttribute()]
[GuidAttribute("2E758295-344B-48D6-86AC-BD81F89CB4B8")]
public interface IVsTextViewIntellisenseHostProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"2E758295-344B-48D6-86AC-BD81F89CB4B8")]
public interface class IVsTextViewIntellisenseHostProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("2E758295-344B-48D6-86AC-BD81F89CB4B8")>]
type IVsTextViewIntellisenseHostProvider = interface end
public interface IVsTextViewIntellisenseHostProvider
The IVsTextViewIntellisenseHostProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateIntellisenseHost | Creates an IntelliSense host. |
Top