C# Class MichaelReukauff.Protobuf.QuickInfoSourceProvider

Inheritance: IQuickInfoSourceProvider
ファイルを表示 Open project: mreu/ProtobufLanguageService

Private Properties

Property Type Description

Public Methods

Method Description
TryCreateQuickInfoSource ( ITextBuffer textBuffer ) : IQuickInfoSource

Implement TryCreateQuickInfoSource to return a new QuickInfoSource.

Method Details

TryCreateQuickInfoSource() public method

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