C# Class Unlimited.Applications.BusinessDesignStudio.TextEditorCompletionData

Inheritance: ICompletionData
ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void
TextEditorCompletionData ( string text, string description = "" ) : System

Method Details

Complete() public method

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

TextEditorCompletionData() public method

public TextEditorCompletionData ( string text, string description = "" ) : System
text string
description string
return System