IVsIntellisenseHost_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("0377986B-C450-453C-A7BE-67116C9129A6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseHost_Corrected _
    Inherits IOleCommandTarget
[GuidAttribute("0377986B-C450-453C-A7BE-67116C9129A6")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseHost_Corrected : IOleCommandTarget
[GuidAttribute(L"0377986B-C450-453C-A7BE-67116C9129A6")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseHost_Corrected : IOleCommandTarget
[<GuidAttribute("0377986B-C450-453C-A7BE-67116C9129A6")>]
[<InterfaceTypeAttribute()>]
type IVsIntellisenseHost_Corrected =  
    interface 
        interface IOleCommandTarget 
    end
public interface IVsIntellisenseHost_Corrected extends IOleCommandTarget

The IVsIntellisenseHost_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 SetSubjectSelection
Public method UpdateCompletionStatus
Public method UpdateSmartTagWindow
Public method UpdateTipWindow

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace