C# 클래스 GistForVS.PurpleBoxAdornmentFactory

상속: IWpfTextViewCreationListener
파일 보기 프로젝트 열기: paulcbetts/GistForVS

공개 메소드들

메소드 설명
TextViewCreated ( IWpfTextView textView ) : void

Instantiates a GistForVS manager when a textView is created.

메소드 상세

TextViewCreated() 공개 메소드

Instantiates a GistForVS manager when a textView is created.
public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView The upon which the adornment should be placed
리턴 void