ILightBulbBroker::IsLightBulbSessionActive Method (ITextView^)

Visual Studio 2015
 

Determines whether or not an < ILightBulbSession is active over the specified ITextView.

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

bool IsLightBulbSessionActive(
	ITextView^ textView
)

Parameters

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

The < ITextView for which to determine if an ILightBulbSession is active.

Return Value

Type: System::Boolean

True if an active ILightBulbSession exists for the given ITextView, false otherwise.

Return to top
Show: