C# Class Microsoft.VisualStudio.R.Package.Commands.Markdown.VsMarkdownTextViewConnectionListener

Inheritance: Microsoft.Markdown.Editor.Commands.MdTextViewConnectionListener
Afficher le fichier Open project: Microsoft/RTVS

Méthodes protégées

Méthode Description
OnTextBufferCreated ( ITextView textView, ITextBuffer textBuffer ) : void
OnTextViewCreated ( ITextView textView ) : void
OnTextViewDisconnected ( ITextView textView, ITextBuffer textBuffer ) : void
OnTextViewGotAggregateFocus ( ITextView textView, ITextBuffer textBuffer ) : void

Private Methods

Méthode Description
VsMarkdownTextViewConnectionListener ( IVsEditorAdaptersFactoryService adapterService ) : System.ComponentModel.Composition

Method Details

OnTextBufferCreated() protected méthode

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

OnTextViewCreated() protected méthode

protected OnTextViewCreated ( ITextView textView ) : void
textView ITextView
Résultat void

OnTextViewDisconnected() protected méthode

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

OnTextViewGotAggregateFocus() protected méthode

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