IQuickInfoBroker.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);
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
Returns
true
if there is at least one active Quick Info session over the specified ITextView, false
otherwise.