C# Class Microsoft.Markdown.Editor.Commands.MdTextViewConnectionListener

Inheritance: Microsoft.Languages.Editor.Controller.TextViewConnectionListener
显示文件 Open project: Microsoft/RTVS

Protected Methods

Method Description
OnTextBufferDisposing ( ITextBuffer textBuffer ) : void
OnTextViewConnected ( ITextView textView, ITextBuffer textBuffer ) : void

Method Details

OnTextBufferDisposing() protected method

protected OnTextBufferDisposing ( ITextBuffer textBuffer ) : void
textBuffer ITextBuffer
return void

OnTextViewConnected() protected method

protected OnTextViewConnected ( ITextView textView, ITextBuffer textBuffer ) : void
textView ITextView
textBuffer ITextBuffer
return void