C# Class Unlimited.Applications.BusinessDesignStudio.TextEditorCompletionData

Inheritance: ICompletionData
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void
TextEditorCompletionData ( string text, string description = "" ) : 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

TextEditorCompletionData() public méthode

public TextEditorCompletionData ( string text, string description = "" ) : System
text string
description string
Résultat System