ILightBulbBroker.IsLightBulbSessionActive(ITextView) 方法

定义

确定对于指定的是否处于 ILightBulbSession 活动状态 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

参数

textView
ITextView

ITextView要确定 ILightBulbSession 是否处于活动状态的。

返回

Boolean

如果给定的存在活动状态,则为 true ILightBulbSession ITextView ; 否则为false

适用于