C# Class VSLTK.Intellisense.TemplateQuickInfoController

Inheritance: IIntellisenseController
Exibir arquivo Open project: Ancestry/DotQL

Public Methods

Method Description
ConnectSubjectBuffer ( ITextBuffer subjectBuffer ) : void
Detach ( ITextView textView ) : void
DisconnectSubjectBuffer ( ITextBuffer subjectBuffer ) : void

Private Methods

Method Description
GetMousePosition ( SnapshotPoint topPosition ) : SnapshotPoint?
OnTextViewMouseHover ( object sender, MouseHoverEventArgs e ) : void
TemplateQuickInfoController ( ITextView textView, IList subjectBuffers, TemplateQuickInfoControllerProvider componentContext ) : System

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