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

Inheritance: Microsoft.Languages.Editor.Controller.TextViewConnectionListener
Afficher le fichier Open project: Microsoft/RTVS

Méthodes protégées

Méthode Description
OnTextBufferDisposing ( ITextBuffer textBuffer ) : void
OnTextViewConnected ( ITextView textView, ITextBuffer textBuffer ) : void

Method Details

OnTextBufferDisposing() protected méthode

protected OnTextBufferDisposing ( ITextBuffer textBuffer ) : void
textBuffer ITextBuffer
Résultat void

OnTextViewConnected() protected méthode

protected OnTextViewConnected ( ITextView textView, ITextBuffer textBuffer ) : void
textView ITextView
textBuffer ITextBuffer
Résultat void