This topic has not yet been rated - Rate this topic

IQuickInfoBroker.IsQuickInfoActive Method

Determines whether there is at least one active Quick Info session in the specified ITextView.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
bool IsQuickInfoActive(
	ITextView textView
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView

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

Return Value

Type: Boolean
true if there is at least one active Quick Info session over the specified ITextView, false otherwise.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.