IVsTextViewIntellisenseHostProvider Interface

Implemented by a text view which provides IvsTextViewIntellisenseHost.

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
Public method CreateIntellisenseHost Creates an IntelliSense host.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace