IQuickInfoBroker.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);
bool IsQuickInfoActive(Microsoft::VisualStudio::Text::Editor::ITextView const & 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 Quick Info session over the specified ITextView, false otherwise.

Applies to