ILightBulbBroker.IsLightBulbSessionActive(ITextView) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定对于指定的是否处于 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 是否处于活动状态的。
返回
如果给定的存在活动状态,则为 true ILightBulbSession ITextView ; 否则为false 。