ILightBulbBroker.IsLightBulbSessionActive(ITextView) Methode

Definition

Bestimmt, ob ein ILightBulbSession über dem angegebenen aktiv ist 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

Parameter

textView
ITextView

Der, ITextView für den bestimmt werden soll, ob ein ILightBulbSession aktiv ist.

Gibt zurück

Boolean

true , wenn eine aktive ILightBulbSession für den angegebenen vorhanden ITextView ist, andernfalls false .

Gilt für