C# Класс ReasonCodeExample.XPathInformation.VisualStudioIntegration.XmlTextViewCreationListener

Наследование: IWpfTextViewCreationListener
Показать файл Открыть проект

Открытые методы

Метод Описание
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