IAsyncQuickInfoBroker.IsQuickInfoActive(ITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether there is at least one active Quick Info session in the specified ITextView.
public:
bool IsQuickInfoActive(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public bool IsQuickInfoActive (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member IsQuickInfoActive : Microsoft.VisualStudio.Text.Editor.ITextView -> bool
Public Function IsQuickInfoActive (textView As ITextView) As Boolean
Parameters
Returns
true
if there is at least one active or calculating Quick Info session over the specified ITextView, false
otherwise.
Remarks
Quick info is considered to be active if there is a visible, calculating, or recalculating quick info session.