ICompletionBroker::GetSessions Method (ITextView^)

 

Gets the list of active statement completion sessions.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

ReadOnlyCollection<ICompletionSession^>^ GetSessions(
	ITextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The ITextView for which to get completions.

Return to top
Show: