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
Handles any clean up actions after a call to the completor.
Handles actions before committing the completor call.
Overloaded.
Gets the context buffer for IntelliSense.
Sets the caret position relative to the context buffer.
Returns the position in the context buffer that is considered the starting context point.
Gets bounding rectangle for the IntelliSense context.
Gets the selection relative to the context buffer.
Gets the IntelliSense host flags from IntellisenseHostFlags enumeration.
Returns a handle to the host window.
Gets an IntelliSense service object.
Returns the smart tag window.
Gets the caret position relative to the text upon which IntelliSense operates.
Gets the selection relative to the text upon which IntelliSense operates.
Gets the text upon which IntelliSense operates.
Highlights the matching brace.
Overloaded.
Edits the text upon which IntelliSense operates.
Sets the caret position relative to the context buffer.
Sets the selection relative to the context buffer.
Sets the caret position relative to the text upon which IntelliSense operates.
Sets the selection relative to the text upon which IntelliSense operates.
Updates the completion status user interface (UI).
Updates the smart tag window.
Updates the tip window.
Top