This documentation is archived and is not being maintained.
IVsIntellisenseHost_Corrected Interface
Namespace:
Microsoft.VisualStudio.TextManager.InteropAssembly:
Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
[GuidAttribute("0377986B-C450-453C-A7BE-67116C9129A6")]
[InterfaceTypeAttribute(1)]
public interface IVsIntellisenseHost_Corrected : IOleCommandTarget
| 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) | |
 | SetSubjectSelection(Int32, Int32) | |
 | UpdateCompletionStatus(IVsCompletionSet, UInt32) | |
 | UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32) | |
 | UpdateTipWindow(IVsTipWindow, UInt32) | |
Return to top