IQuickInfoBroker, interface
Définit un Service Broker Info express.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
Public Interface IQuickInfoBroker
public interface IQuickInfoBroker
public interface class IQuickInfoBroker
type IQuickInfoBroker = interface end
public interface IQuickInfoBroker
Le type IQuickInfoBroker expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CreateQuickInfoSession | Crée, mais ne démarre pas de session Info express à l'emplacement spécifié dans la ITextBuffer. | |
GetSessions | Obtient le jeu de sessions Info express actives pour la ITextView dans laquelle ce Service Broker fonctionne. | |
IsQuickInfoActive | Détermine s'il y a au moins une session Info express active dans la ITextView spécifiée. | |
TriggerQuickInfo(ITextView) | Déclenche Info express à la position du signe insertion dans la ITextView spécifiée. | |
TriggerQuickInfo(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. |
Début
Notes
Le service broker est chargé de déclencher des sessions Info express. Il doit être importé comme suit :
[Import]
internal IQuickInfoBroker QuickInfoBroker { get; set; }
Exemples
Pour obtenir un exemple de l'utilisation de cette interface, consultez Procédure pas - à - pas : Afficher les info-bulles info Express.
Voir aussi
Référence
Microsoft.VisualStudio.Language.Intellisense, espace de noms