IVsIntellisenseHost Members
Include Protected Members
Include Inherited Members
Implemented by clients (including IVsTextView) to provide IntelliSense hosting functionality.
The IVsIntellisenseHost type exposes the following members.
Methods
Name | Description | |
---|---|---|
AfterCompletorCommit | Handles any cleanup actions after a call to the completor. | |
BeforeCompletorCommit | Handles actions before committing the completor call. | |
Exec | (Inherited from IOleCommandTarget.) | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | ||
GetContextBuffer | Gets the context buffer for IntelliSense. | |
GetContextCaretPos | Sets the caret position relative to the context buffer. | |
GetContextFocalPoint | Returns the position in the context buffer that is considered the starting context point. | |
GetContextLocation | Gets bounding rectangle for the IntelliSense context. | |
GetContextSelection | Gets the selection relative to the context buffer. | |
GetHostFlags | Gets the IntelliSense host flags from IntellisenseHostFlags enumeration. | |
GetHostWindow | Returns a handle to the host window. | |
GetServiceProvider | Gets an IntelliSense service object. | |
GetSmartTagRect | Returns the smart tag window. | |
GetSubjectCaretPos | Gets the caret position relative to the text upon which IntelliSense operates. | |
GetSubjectSelection | Gets the selection relative to the text upon which IntelliSense operates. | |
GetSubjectText | Gets the text upon which IntelliSense operates. | |
HighlightMatchingBrace | Highlights the matching brace. | |
QueryStatus | (Inherited from IOleCommandTarget.) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | ||
ReplaceSubjectTextSpan | Edits the text upon which IntelliSense operates. | |
SetContextCaretPos | Sets the caret position relative to the context buffer. | |
SetContextSelection | Sets the selection relative to the context buffer. | |
SetSubjectCaretPos | Sets the caret position relative to the text upon which IntelliSense operates. | |
SetSubjectSelection | Sets the selection relative to the text upon which IntelliSense operates. | |
UpdateCompletionStatus | Updates the completion status user interface (UI). | |
UpdateSmartTagWindow | Updates the smart tag window. | |
UpdateTipWindow | Updates the tip window. |
Top