ICompletionBroker Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CreateCompletionSession(ITextView^, ITrackingPoint^, Boolean) | Creates a completion session, but does not start it. |
![]() | DismissAllSessions(ITextView^) | Dismisses all active statement completion sessions. |
![]() | GetSessions(ITextView^) | Gets the list of active statement completion sessions. |
![]() | IsCompletionActive(ITextView^) | Determines whether or not statement completion is active over the specified ITextView. |
![]() | TriggerCompletion(ITextView^) | Starts the process of statement completion, assuming the caret position to be the position at which completions should be inserted. |
![]() | TriggerCompletion(ITextView^, ITrackingPoint^, Boolean) | Starts the process of statement completion at the specified position. |
Show:
