C# Class XmlIntelliSense.App.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Code-Inside/Samples

Méthodes publiques

Méthode Description
MainWindow ( ) : System
ProvidePossibleAttributesAutocomplete ( XmlElementInformation path ) : string>>.List
ProvidePossibleElementsAutocomplete ( XmlElementInformation path ) : string>>.List

Private Methods

Méthode Description
IntelliSense ( object sender, EventArgs eventArgs ) : void
InvokeCompletionWindow ( string>.List elementAutocompleteList, bool isAttribute ) : void
TextArea_TextEntered ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

ProvidePossibleAttributesAutocomplete() public méthode

public ProvidePossibleAttributesAutocomplete ( XmlElementInformation path ) : string>>.List
path XmlIntelliSense.App.XHelper.XmlElementInformation
Résultat string>>.List

ProvidePossibleElementsAutocomplete() public méthode

public ProvidePossibleElementsAutocomplete ( XmlElementInformation path ) : string>>.List
path XmlIntelliSense.App.XHelper.XmlElementInformation
Résultat string>>.List