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.) | |
BeforeCompletorCommit | Handles actions before committing the completor call. (Inherited from IVsIntellisenseHost.) | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | (Inherited from IVsIntellisenseHost.) | |
GetContextBuffer | Gets the context buffer for IntelliSense. (Inherited from IVsIntellisenseHost.) | |
GetContextCaretPos | Sets the caret position relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
GetContextFocalPoint | Returns the position in the context buffer that is considered the starting context point. (Inherited from IVsIntellisenseHost.) | |
GetContextLocation | Gets bounding rectangle for the IntelliSense context. (Inherited from IVsIntellisenseHost.) | |
GetContextSelection | Gets the selection relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
GetHostFlags | Gets the IntelliSense host flags from IntellisenseHostFlags enumeration. (Inherited from IVsIntellisenseHost.) | |
GetHostWindow | Returns a handle to the host window. (Inherited from IVsIntellisenseHost.) | |
GetServiceProvider | Gets an IntelliSense service object. (Inherited from IVsIntellisenseHost.) | |
GetSmartTagRect | Returns the smart tag window. (Inherited from IVsIntellisenseHost.) | |
GetSubjectCaretPos | Gets the caret position relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
GetSubjectSelection | Gets the selection relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
GetSubjectText | Gets the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
HighlightMatchingBrace | Highlights the matching brace. (Inherited from IVsIntellisenseHost.) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | (Inherited from IVsIntellisenseHost.) | |
ReplaceSubjectTextSpan | Edits the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
SetContextCaretPos | Sets the caret position relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
SetContextSelection | Sets the selection relative to the context buffer. (Inherited from IVsIntellisenseHost.) | |
SetSubjectCaretPos | Sets the caret position relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
SetSubjectFromPrimaryBuffer | Sets the span from the primary buffer. | |
SetSubjectSelection | Sets the selection relative to the text upon which IntelliSense operates. (Inherited from IVsIntellisenseHost.) | |
UpdateCompletionStatus | Updates the completion status user interface (UI). (Inherited from IVsIntellisenseHost.) | |
UpdateSmartTagWindow | Updates the smart tag window. (Inherited from IVsIntellisenseHost.) | |
UpdateTipWindow | Updates the tip window. (Inherited from IVsIntellisenseHost.) |
Top