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

Inheritance: IQuickInfoSource
Show file Open project: Top-Cat/SteamBot

Public Methods

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

Private Methods

Method Description
LoadDictionary ( DbConnection con ) : void

Method Details

AugmentQuickInfoSession() public method

public AugmentQuickInfoSession ( IQuickInfoSession session, IList qiContent, ITrackingSpan &applicableToSpan ) : void
session IQuickInfoSession
qiContent IList
applicableToSpan ITrackingSpan
return void

Dispose() public method

public Dispose ( ) : void
return void

MySqlQuickInfoSource() public method

public MySqlQuickInfoSource ( MySqlQuickInfoSourceProvider provider, ITextBuffer subjectBuffer ) : System
provider MySqlQuickInfoSourceProvider
subjectBuffer ITextBuffer
return System