IQuickInfoBroker.IsQuickInfoActive, méthode
Détermine s'il y a au moins une session Info express active dans la ITextView spécifiée.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
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
Paramètres
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextViewITextView pour laquelle l'état de session Info express doit être déterminé.
Valeur de retour
Type : Boolean
true s'il y a au moins une session Info express active sur ITextView spécifié, false sinon.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Language.Intellisense, espace de noms