C# Class MichaelReukauff.Protobuf.CompletionSourceProvider

Inheritance: ICompletionSourceProvider
Afficher le fichier Open project: mreu/ProtobufLanguageService

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TryCreateCompletionSource ( ITextBuffer textBuffer ) : ICompletionSource

The try create completion source.

Method Details

TryCreateCompletionSource() public méthode

The try create completion source.
public TryCreateCompletionSource ( ITextBuffer textBuffer ) : ICompletionSource
textBuffer ITextBuffer /// The text buffer. ///
Résultat ICompletionSource