C# Class Microsoft.R.Editor.QuickInfo.QuickInfoControllerProvider

Inheritance: IIntellisenseControllerProvider
Datei anzeigen Open project: Microsoft/RTVS

Public Methods

Method Description
TryCreateIntellisenseController ( ITextView textView, IList subjectBuffers ) : IIntellisenseController

Private Methods

Method Description
QuickInfoControllerProvider ( IQuickInfoBroker quickInfoBroker, ICoreShell shell ) : System.Collections.Generic

Method Details

TryCreateIntellisenseController() public method

public TryCreateIntellisenseController ( ITextView textView, IList subjectBuffers ) : IIntellisenseController
textView ITextView
subjectBuffers IList
return IIntellisenseController