IQuickInfoBroker::IsQuickInfoActive Method (ITextView^)
Visual Studio 2015
Determines whether there is at least one active Quick Info session in the specified ITextView.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView for which Quick Info session status is to be determined.
Return Value
Type: System::Booleantrue if there is at least one active Quick Info session over the specified ITextView, false otherwise.
Show: