IQuickInfoBroker::IsQuickInfoActive Method (ITextView^)

 

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: System::Boolean

true if there is at least one active Quick Info session over the specified ITextView, false otherwise.

Return to top
Show: