Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
.NET Framework Security
- 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.