C# 클래스 ReasonCodeExample.XPathInformation.VisualStudioIntegration.XmlTextViewCreationListener

상속: IWpfTextViewCreationListener
파일 보기 프로젝트 열기: uli-weltersbach/XPathInformation

공개 메소드들

메소드 설명
TextViewCreated ( IWpfTextView textView ) : void
XmlTextViewCreationListener ( ) : System
XmlTextViewCreationListener ( XmlRepository repository, StatusbarAdapter statusbar ) : System

비공개 메소드들

메소드 설명
ResetXml ( object sender, EventArgs e ) : void
StoreCurrentNode ( object sender, CaretPositionChangedEventArgs e ) : void
StoreCurrentNode ( string xml, int lineNumber, int linePosition ) : void

메소드 상세

TextViewCreated() 공개 메소드

public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView
리턴 void

XmlTextViewCreationListener() 공개 메소드

public XmlTextViewCreationListener ( ) : System
리턴 System

XmlTextViewCreationListener() 공개 메소드

public XmlTextViewCreationListener ( XmlRepository repository, StatusbarAdapter statusbar ) : System
repository XmlRepository
statusbar StatusbarAdapter
리턴 System