MySql.Data.VisualStudio.MySqlCompletionSourceProvider.TryCreateCompletionSource C# (CSharp) Метод

TryCreateCompletionSource() публичный Метод

public TryCreateCompletionSource ( ITextBuffer textBuffer ) : ICompletionSource
textBuffer ITextBuffer
Результат ICompletionSource
    public ICompletionSource TryCreateCompletionSource(ITextBuffer textBuffer)
    {
      return new MySqlCompletionSource(this, textBuffer);
    }
MySqlCompletionSourceProvider