C# Class PowerShellConsole.CompletionData
Show file
Open project: dfinke/PowerShellConsole
Public Methods
Method |
Description |
|
Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void |
|
|
Method Details
public Complete ( TextArea textArea, ISegment completionSegment, EventArgs insertionRequestEventArgs ) : void |
textArea |
ICSharpCode.AvalonEdit.Editing.TextArea |
|
completionSegment |
ISegment |
|
insertionRequestEventArgs |
System.EventArgs |
|
return |
void |
|