ISmartTagBroker::GetSessions Method (ITextView^)
Visual Studio 2015
Gets the list of currently-active smart tag sessions for the specified text view.
Smart tags are deprecated in favor of light bulbs. See ILightBulbBroker for a replacement.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView over which to retrieve a list of smart tag sessions.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ISmartTagSession^>^A list of smart tag sessions for the specified ITextView.
Show: