This documentation is archived and is not being maintained.
IVsIntellisenseHost_Corrected Methods
Namespace:
Microsoft.VisualStudio.TextManager.InteropAssembly:
Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
| Name | Description |
|---|
 | AfterCompletorCommit() | |
 | BeforeCompletorCommit() | |
 | Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | |
 | GetContextBuffer(IVsTextLines^) | |
 | GetContextCaretPos(Int32, Int32) | |
 | GetContextFocalPoint(array<TextSpan>^, Int32) | |
 | GetContextLocation(Int32, Int32, Int32, array<RECT>^, Int32) | |
 | GetContextSelection(array<TextSpan>^) | |
 | GetHostFlags(UInt32) | |
 | GetHostWindow(IntPtr) | |
 | GetServiceProvider(IServiceProvider^) | |
 | GetSmartTagRect(array<RECT>^) | |
 | GetSubjectCaretPos(Int32) | |
 | GetSubjectSelection(Int32, Int32) | |
 | GetSubjectText(String^) | |
 | HighlightMatchingBrace(UInt32, UInt32, array<TextSpan>^) | |
 | QueryStatus(Guid, UInt32, array<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