C# 클래스 XmlIntelliSense.App.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Code-Inside/Samples

공개 메소드들

메소드 설명
MainWindow ( ) : System
ProvidePossibleAttributesAutocomplete ( XmlElementInformation path ) : string>>.List
ProvidePossibleElementsAutocomplete ( XmlElementInformation path ) : string>>.List

비공개 메소드들

메소드 설명
IntelliSense ( object sender, EventArgs eventArgs ) : void
InvokeCompletionWindow ( string>.List elementAutocompleteList, bool isAttribute ) : void
TextArea_TextEntered ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

ProvidePossibleAttributesAutocomplete() 공개 메소드

public ProvidePossibleAttributesAutocomplete ( XmlElementInformation path ) : string>>.List
path XmlIntelliSense.App.XHelper.XmlElementInformation
리턴 string>>.List

ProvidePossibleElementsAutocomplete() 공개 메소드

public ProvidePossibleElementsAutocomplete ( XmlElementInformation path ) : string>>.List
path XmlIntelliSense.App.XHelper.XmlElementInformation
리턴 string>>.List