C# 클래스 Microsoft.Markdown.Editor.Commands.MdTextViewConnectionListener

상속: Microsoft.Languages.Editor.Controller.TextViewConnectionListener
파일 보기 프로젝트 열기: Microsoft/RTVS

보호된 메소드들

메소드 설명
OnTextBufferDisposing ( ITextBuffer textBuffer ) : void
OnTextViewConnected ( ITextView textView, ITextBuffer textBuffer ) : void

메소드 상세

OnTextBufferDisposing() 보호된 메소드

protected OnTextBufferDisposing ( ITextBuffer textBuffer ) : void
textBuffer ITextBuffer
리턴 void

OnTextViewConnected() 보호된 메소드

protected OnTextViewConnected ( ITextView textView, ITextBuffer textBuffer ) : void
textView ITextView
textBuffer ITextBuffer
리턴 void