IVsTextViewIntellisenseHost_Corrected Interface

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Syntax

'Declaration
<GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextViewIntellisenseHost_Corrected _
    Inherits IVsIntellisenseHost_Corrected
[GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
[InterfaceTypeAttribute()]
public interface IVsTextViewIntellisenseHost_Corrected : IVsIntellisenseHost_Corrected
[GuidAttribute(L"0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
[InterfaceTypeAttribute()]
public interface class IVsTextViewIntellisenseHost_Corrected : IVsIntellisenseHost_Corrected
[<GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")>]
[<InterfaceTypeAttribute()>]
type IVsTextViewIntellisenseHost_Corrected =  
    interface 
        interface IVsIntellisenseHost_Corrected 
    end
public interface IVsTextViewIntellisenseHost_Corrected extends IVsIntellisenseHost_Corrected

The IVsTextViewIntellisenseHost_Corrected type exposes the following members.

Methods

  Name Description
Public method AfterCompletorCommit
Public method BeforeCompletorCommit
Public method Exec
Public method GetContextBuffer
Public method GetContextCaretPos
Public method GetContextFocalPoint
Public method GetContextLocation
Public method GetContextSelection
Public method GetHostFlags
Public method GetHostWindow
Public method GetServiceProvider
Public method GetSmartTagRect
Public method GetSubjectCaretPos
Public method GetSubjectSelection
Public method GetSubjectText
Public method HighlightMatchingBrace
Public method QueryStatus
Public method ReplaceSubjectTextSpan
Public method SetContextCaretPos
Public method SetContextSelection
Public method SetSubjectCaretPos
Public method SetSubjectFromPrimaryBuffer
Public method SetSubjectSelection
Public method UpdateCompletionStatus
Public method UpdateSmartTagWindow
Public method UpdateTipWindow

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace