IAsyncQuickInfoBroker.IsQuickInfoActive(ITextView) Method

Definition

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

textView
ITextView

The ITextView for which Quick Info session status is to be determined.

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.

Applies to