IVsTextViewIntellisenseHost_Corrected Interface

Definition

public interface class IVsTextViewIntellisenseHost_Corrected : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseHost_Corrected
public interface class IVsTextViewIntellisenseHost_Corrected : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseHost_Corrected
__interface IVsTextViewIntellisenseHost_Corrected : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseHost_Corrected
[System.Runtime.InteropServices.Guid("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextViewIntellisenseHost_Corrected : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseHost_Corrected
[System.Runtime.InteropServices.Guid("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.ComVisible(false)]
public interface IVsTextViewIntellisenseHost_Corrected : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseHost_Corrected
[<System.Runtime.InteropServices.Guid("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextViewIntellisenseHost_Corrected = interface
    interface IVsIntellisenseHost_Corrected
[<System.Runtime.InteropServices.Guid("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type IVsTextViewIntellisenseHost_Corrected = interface
    interface IVsIntellisenseHost_Corrected
    interface IOleCommandTarget
Public Interface IVsTextViewIntellisenseHost_Corrected
Implements IVsIntellisenseHost_Corrected
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)
SetSubjectFromPrimaryBuffer(TextSpan[])
SetSubjectSelection(Int32, Int32)
UpdateCompletionStatus(IVsCompletionSet, UInt32)
UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32)
UpdateTipWindow(IVsTipWindow, UInt32)

Applies to