C# Class XmlIntelliSense.App.XmlCompletionData

Inheritance: ICompletionData
Afficher le fichier Open project: Code-Inside/Samples

Méthodes publiques

Méthode Description
Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void
XmlCompletionData ( string text, string description, bool isAttribute ) : System

Method Details

Complete() public méthode

public Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void
textArea ICSharpCode.AvalonEdit.Editing.TextArea
completionSegment ISegment
insertionRequestEventArgs System.EventArgs
Résultat void

XmlCompletionData() public méthode

public XmlCompletionData ( string text, string description, bool isAttribute ) : System
text string
description string
isAttribute bool
Résultat System