C# Class MySql.Data.VisualStudio.LanguageService.MySqlQuickInfoSource

Inheritance: IQuickInfoSource
Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Méthode Description
AugmentQuickInfoSession ( IQuickInfoSession session, IList qiContent, ITrackingSpan &applicableToSpan ) : void
Dispose ( ) : void
MySqlQuickInfoSource ( MySqlQuickInfoSourceProvider provider, ITextBuffer subjectBuffer ) : System

Private Methods

Méthode Description
LoadDictionary ( DbConnection con ) : void

Method Details

AugmentQuickInfoSession() public méthode

public AugmentQuickInfoSession ( IQuickInfoSession session, IList qiContent, ITrackingSpan &applicableToSpan ) : void
session IQuickInfoSession
qiContent IList
applicableToSpan ITrackingSpan
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MySqlQuickInfoSource() public méthode

public MySqlQuickInfoSource ( MySqlQuickInfoSourceProvider provider, ITextBuffer subjectBuffer ) : System
provider MySqlQuickInfoSourceProvider
subjectBuffer ITextBuffer
Résultat System