C# Class Microsoft.R.Editor.Commands.RTextViewConnectionListener

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
OnTextViewDisconnected ( ITextView textView, ITextBuffer textBuffer ) : void

Private Methods

Méthode Description
OnContainedLanguageHostClosing ( object sender, EventArgs eventArgs ) : void

When CSS is contained within HTML, the host's Closing event will come in before the OnTextBufferDisposing event. Waiting for OnTextBufferDisposing would be too late, all services would already be removed from the CSS buffer.

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

OnTextViewDisconnected() protected méthode

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