ILightBulbBroker.IsLightBulbSessionActive(ITextView) Method

Definition

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

public:
 bool IsLightBulbSessionActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 bool IsLightBulbSessionActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
bool IsLightBulbSessionActive(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public bool IsLightBulbSessionActive (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member IsLightBulbSessionActive : Microsoft.VisualStudio.Text.Editor.ITextView -> bool
Public Function IsLightBulbSessionActive (textView As ITextView) As Boolean

Parameters

textView
ITextView

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

Returns

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

Applies to