This documentation is archived and is not being maintained.
IVsTextViewIntellisenseHost_Corrected Interface
Namespace:
Microsoft.VisualStudio.TextManager.InteropAssembly:
Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
[GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
[InterfaceTypeAttribute(1)]
public interface IVsTextViewIntellisenseHost_Corrected : IVsIntellisenseHost_Corrected
| Name | Description |
|---|
 | 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) | |
Return to top