ILightBulbBroker::GetSession Method (ITextView^)
Visual Studio 2015
Gets the active ILightBulbSession for the specified ITextView.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
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.
Show: