C# 클래스 Instant.VisualStudio.InstantVisualStudioFactory

상속: IWpfTextViewConnectionListener
파일 보기 프로젝트 열기: ermau/Instant

공개 메소드들

메소드 설명
SubjectBuffersConnected ( IWpfTextView textView, ConnectionReason reason, Collection subjectBuffers ) : void
SubjectBuffersDisconnected ( IWpfTextView textView, ConnectionReason reason, Collection subjectBuffers ) : void

메소드 상세

SubjectBuffersConnected() 공개 메소드

public SubjectBuffersConnected ( IWpfTextView textView, ConnectionReason reason, Collection subjectBuffers ) : void
textView IWpfTextView
reason ConnectionReason
subjectBuffers Collection
리턴 void

SubjectBuffersDisconnected() 공개 메소드

public SubjectBuffersDisconnected ( IWpfTextView textView, ConnectionReason reason, Collection subjectBuffers ) : void
textView IWpfTextView
reason ConnectionReason
subjectBuffers Collection
리턴 void