ICompletionBroker::TriggerCompletion Method (ITextView^)
Visual Studio 2015
Starts the process of statement completion, assuming the caret position to be the position at which completions should be inserted.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView over which to trigger statement completion.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::ICompletionSession^A T:Microsoft.VisualStudio.Language.Intellisense.IStatementCompletionSession. This may be null if no session could be created.
When the caret leaves the applicability span of all the completions in this session, the session will be dismissed.
Show: