ICompletionBroker::GetSessions Method (ITextView^)
Visual Studio 2015
Gets the list of active statement completion sessions.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which to get completions.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ICompletionSession^>^A ReadOnlyCollection<T> of type ICompletionSession.
Show: