IVsTextViewIntellisenseHost Members
Include Protected Members
Include Inherited Members
Core editor provided intellisense host for standard editor views.
The IVsTextViewIntellisenseHost type exposes the following members.
Methods
Name | Description | |
---|---|---|
AfterCompletorCommit | Handles any cleanup actions after a call to the completor. (Inherited from IVsIntellisenseHost.) | |
AfterCompletorCommit() | ||
BeforeCompletorCommit | Handles actions before committing the completor call. (Inherited from IVsIntellisenseHost.) | |
BeforeCompletorCommit() | ||
Exec(Guid%, UInt32, UInt32, Object%, Object%) | (Inherited from IVsIntellisenseHost.) | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | ||
GetContextBuffer | Gets the context buffer for IntelliSense. (Inherited from IVsIntellisenseHost.) | |
GetContextBuffer(IVsTextLines%) | The context buffer. | |
GetContextCaretPos | Sets the caret position relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
GetContextCaretPos(Int32%, Int32%) | ||
GetContextFocalPoint | Returns the position in the context buffer that is considered the starting context point. (Inherited from IVsIntellisenseHost.) | |
GetContextFocalPoint(array<TextSpan[], Int32%) | The "focal point" or position in the context buffer that should be considered the starting context point | |
GetContextLocation | Gets bounding rectangle for the IntelliSense context. (Inherited from IVsIntellisenseHost.) | |
GetContextLocation(Int32, Int32, Int32, array<RECT[], Int32%) | ||
GetContextSelection | Gets the selection relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
GetContextSelection(array<TextSpan[]) | ||
GetHostFlags | Gets the IntelliSense host flags from IntellisenseHostFlags enumeration. (Inherited from IVsIntellisenseHost.) | |
GetHostFlags(UInt32%) | Host flags (see IntellisenseHostFlags enum above) | |
GetHostWindow | Returns a handle to the host window. (Inherited from IVsIntellisenseHost.) | |
GetHostWindow(IntPtr%) | ||
GetServiceProvider | Gets an IntelliSense service object. (Inherited from IVsIntellisenseHost.) | |
GetServiceProvider(IServiceProvider%) | ||
GetSmartTagRect | Returns the smart tag window. (Inherited from IVsIntellisenseHost.) | |
GetSmartTagRect(array<RECT[]) | ||
GetSubjectCaretPos | Gets the caret position relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
GetSubjectCaretPos(Int32%) | ||
GetSubjectSelection | Gets the selection relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
GetSubjectSelection(Int32%, Int32%) | ||
GetSubjectText | Gets the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
GetSubjectText(String%) | The text upon which Intellisense should operate. | |
HighlightMatchingBrace | Highlights the matching brace. (Inherited from IVsIntellisenseHost.) | |
HighlightMatchingBrace(UInt32, UInt32, array<TextSpan[]) | ||
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | (Inherited from IVsIntellisenseHost.) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | ||
ReplaceSubjectTextSpan | Edits the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
ReplaceSubjectTextSpan(Int32, Int32, String) | Editing subject text. Return E_FAIL (or something) if text contains CR/LFs and flags contain IHF_SINGLELINESUBJECT. | |
SetContextCaretPos | Sets the caret position relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
SetContextCaretPos(Int32, Int32) | Caret/selection setting relative to the context buffer. Any editing should be done via the buffer. | |
SetContextSelection | Sets the selection relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
SetContextSelection(Int32, Int32, Int32, Int32) | ||
SetSubjectCaretPos | Sets the caret position relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
SetSubjectCaretPos(Int32) | Caret/selection management for subject text. All return E_NOTIMPL if IHF_NOSEPARATESUBJECT is set in flags. | |
SetSubjectFromPrimaryBuffer | Sets the span from the primary buffer. | |
SetSubjectSelection | Sets the selection relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
SetSubjectSelection(Int32, Int32) | ||
UpdateCompletionStatus | Updates the completion status user interface (UI). (Inherited from IVsIntellisenseHost.) | |
UpdateCompletionStatus(IVsCompletionSet, UInt32) | Intellisense UI handling. | |
UpdateSmartTagWindow | Updates the smart tag window. (Inherited from IVsIntellisenseHost.) | |
UpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32) | ||
UpdateTipWindow | Updates the tip window. (Inherited from IVsIntellisenseHost.) | |
UpdateTipWindow(IVsTipWindow, UInt32) |
Top