ILightBulbBroker::IsLightBulbSessionActive Method (ITextView^)
Visual Studio 2015
Determines whether or not an < ILightBulbSession is active over 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 determine if an ILightBulbSession is active.
Return Value
Type: System::BooleanTrue if an active ILightBulbSession exists for the given ITextView, false otherwise.
Show: