IVsIntellisenseHost_Corrected Interface

Definition

public interface class IVsIntellisenseHost_Corrected : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
public interface class IVsIntellisenseHost_Corrected : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
__interface IVsIntellisenseHost_Corrected : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
[System.Runtime.InteropServices.Guid("0377986B-C450-453C-A7BE-67116C9129A6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseHost_Corrected : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
[System.Runtime.InteropServices.Guid("0377986B-C450-453C-A7BE-67116C9129A6")]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsIntellisenseHost_Corrected : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
[<System.Runtime.InteropServices.Guid("0377986B-C450-453C-A7BE-67116C9129A6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseHost_Corrected = interface
    interface IOleCommandTarget
[<System.Runtime.InteropServices.Guid("0377986B-C450-453C-A7BE-67116C9129A6")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsIntellisenseHost_Corrected = interface
    interface IOleCommandTarget
Public Interface IVsIntellisenseHost_Corrected
Implements IOleCommandTarget
Derived
Attributes
Implements

Methods

AfterCompletorCommit()
BeforeCompletorCommit()
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr)
GetContextBuffer(IVsTextLines)
GetContextCaretPos(Int32, Int32)
GetContextFocalPoint(TextSpan[], Int32)
GetContextLocation(Int32, Int32, Int32, RECT[], Int32)
GetContextSelection(TextSpan[])
GetHostFlags(UInt32)
GetHostWindow(IntPtr)
GetServiceProvider(IServiceProvider)
GetSmartTagRect(RECT[])
GetSubjectCaretPos(Int32)
GetSubjectSelection(Int32, Int32)
GetSubjectText(String)
HighlightMatchingBrace(UInt32, UInt32, TextSpan[])
QueryStatus(Guid, UInt32, OLECMD[], IntPtr)
ReplaceSubjectTextSpan(Int32, Int32, String)
SetContextCaretPos(Int32, Int32)
SetContextSelection(Int32, Int32, Int32, Int32)
SetSubjectCaretPos(Int32)
SetSubjectSelection(Int32, Int32)
UpdateCompletionStatus(IVsCompletionSet, UInt32)
UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32)
UpdateTipWindow(IVsTipWindow, UInt32)

Applies to