ISmartTagBroker::GetSessions Method (ITextView^)

 

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.

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

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

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.

Return to top
Show: