IQuickInfoBroker.TriggerQuickInfo, méthode (ITextView, ITrackingPoint, Boolean)
Déclenche Info express à la position spécifiée dans la mémoire tampon, que la souris fasse l'objet d'un suivi ou pas.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
Function TriggerQuickInfo ( _
textView As ITextView, _
triggerPoint As ITrackingPoint, _
trackMouse As Boolean _
) As IQuickInfoSession
IQuickInfoSession TriggerQuickInfo(
ITextView textView,
ITrackingPoint triggerPoint,
bool trackMouse
)
IQuickInfoSession^ TriggerQuickInfo(
ITextView^ textView,
ITrackingPoint^ triggerPoint,
bool trackMouse
)
abstract TriggerQuickInfo :
textView:ITextView *
triggerPoint:ITrackingPoint *
trackMouse:bool -> IQuickInfoSession
function TriggerQuickInfo(
textView : ITextView,
triggerPoint : ITrackingPoint,
trackMouse : boolean
) : IQuickInfoSession
Paramètres
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextViewITextView pour laquelle Info express doit être déclenchée.
triggerPoint
Type : Microsoft.VisualStudio.Text.ITrackingPointITrackingPoint de la mémoire tampon de texte auquel l'Info express doit être déclenchée.
trackMouse
Type : Booleantrue si la session doit être fermée lorsque la souris quitte l'étendue d'applicabilité de la session ; sinon, false.
Valeur de retour
Type : Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession
IQuickInfoSession .
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