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

Top

See Also

Reference

IVsTextViewIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop Namespace