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)

Syntax

'Declaration
Function IsQuickInfoActive ( _
    textView As ITextView _
) As Boolean
bool IsQuickInfoActive(
    ITextView textView
)
bool IsQuickInfoActive(
    ITextView^ textView
)
abstract IsQuickInfoActive : 
        textView:ITextView -> bool 
function IsQuickInfoActive(
    textView : ITextView
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IQuickInfoBroker Interface

Microsoft.VisualStudio.Language.Intellisense Namespace