C# Class ReasonCodeExample.XPathInformation.VisualStudioIntegration.XmlTextViewCreationListener

Inheritance: IWpfTextViewCreationListener
Afficher le fichier Open project: uli-weltersbach/XPathInformation

Méthodes publiques

Méthode Description
TextViewCreated ( IWpfTextView textView ) : void
XmlTextViewCreationListener ( ) : System
XmlTextViewCreationListener ( XmlRepository repository, StatusbarAdapter statusbar ) : System

Private Methods

Méthode Description
ResetXml ( object sender, EventArgs e ) : void
StoreCurrentNode ( object sender, CaretPositionChangedEventArgs e ) : void
StoreCurrentNode ( string xml, int lineNumber, int linePosition ) : void

Method Details

TextViewCreated() public méthode

public TextViewCreated ( IWpfTextView textView ) : void
textView IWpfTextView
Résultat void

XmlTextViewCreationListener() public méthode

public XmlTextViewCreationListener ( ) : System
Résultat System

XmlTextViewCreationListener() public méthode

public XmlTextViewCreationListener ( XmlRepository repository, StatusbarAdapter statusbar ) : System
repository XmlRepository
statusbar StatusbarAdapter
Résultat System