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

Inheritance: IIntellisenseController
Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ConnectSubjectBuffer ( ITextBuffer subjectBuffer ) : void
Detach ( ITextView textView ) : void
DisconnectSubjectBuffer ( ITextBuffer subjectBuffer ) : void
QuickInfoController ( ITextView textView, IList subjectBuffers, IQuickInfoBroker quickInfoBroker, ICoreShell shell ) : System.Collections.Generic

Private Methods

Method Description
OnTextBufferChanging ( object sender, TextContentChangingEventArgs e ) : void
OnViewMouseHover ( object sender, MouseHoverEventArgs e ) : void

Method Details

ConnectSubjectBuffer() public method

public ConnectSubjectBuffer ( ITextBuffer subjectBuffer ) : void
subjectBuffer ITextBuffer
return void

Detach() public method

public Detach ( ITextView textView ) : void
textView ITextView
return void

DisconnectSubjectBuffer() public method

public DisconnectSubjectBuffer ( ITextBuffer subjectBuffer ) : void
subjectBuffer ITextBuffer
return void

QuickInfoController() public method

public QuickInfoController ( ITextView textView, IList subjectBuffers, IQuickInfoBroker quickInfoBroker, ICoreShell shell ) : System.Collections.Generic
textView ITextView
subjectBuffers IList
quickInfoBroker IQuickInfoBroker
shell ICoreShell
return System.Collections.Generic