ILightBulbBroker::GetSession Method (ITextView^)

Visual Studio 2015
 

Gets the active ILightBulbSession for the specified ITextView.

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

ILightBulbSession^ GetSession(
	ITextView^ textView
)

Parameters

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

The ITextView for which to get an ILightBulbSession.

Return Value

Type: Microsoft.VisualStudio.Language.Intellisense::ILightBulbSession^

The valid active <see cref="ILightBulbSession"/> for the given <see cref="ITextView"/> or null if it doesn't exist.

Return to top
Show: