C# Class ICSharpCode.AvalonEdit.Snippets.SnippetBoundElement

Inheritance: ICSharpCode.AvalonEdit.Snippets.SnippetElement
显示文件 Open project: wwestlake/Lyzard Class Usage Examples

Public Methods

Method Description
ConvertText ( string input ) : string

Converts the text before copying it.

Insert ( ICSharpCode.AvalonEdit.Snippets.InsertionContext context ) : void
ToTextRun ( ) : Inline

Method Details

ConvertText() public method

Converts the text before copying it.
public ConvertText ( string input ) : string
input string
return string

Insert() public method

public Insert ( ICSharpCode.AvalonEdit.Snippets.InsertionContext context ) : void
context ICSharpCode.AvalonEdit.Snippets.InsertionContext
return void

ToTextRun() public method

public ToTextRun ( ) : Inline
return Inline