C# Class MichaelReukauff.Protobuf.QuickInfoSourceProvider

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TryCreateQuickInfoSource ( ITextBuffer textBuffer ) : IQuickInfoSource

Implement TryCreateQuickInfoSource to return a new QuickInfoSource.

Method Details

TryCreateQuickInfoSource() public méthode

Implement TryCreateQuickInfoSource to return a new QuickInfoSource.
public TryCreateQuickInfoSource ( ITextBuffer textBuffer ) : IQuickInfoSource
textBuffer ITextBuffer /// The text buffer. ///
Résultat IQuickInfoSource