Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.ITextViewThe 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.