IQuickInfoBroker.IsQuickInfoActive Method
Visual Studio 2012
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: Booleantrue if there is at least one active Quick Info session over the specified ITextView, false otherwise.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.