IQuickInfoBroker::GetSessions Method (ITextView^)
Visual Studio 2015
Gets the set of active Quick Info sessions for the ITextView in which this broker operates.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which Quick Info sessions should be returned.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<IQuickInfoSession^>^The list of valid Quick Info sessions active over the specified ITextView objects.
Show: