C# Class Microsoft.R.Editor.Test.Tree.EditorTreeTest

Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ApplyTextChange ( ICoreShell coreShell, string expression, int start, int oldLength, int newLength, string newText ) : EditorTree
MakeTree ( ICoreShell coreShell, string expression ) : EditorTree

Method Details

ApplyTextChange() public static method

public static ApplyTextChange ( ICoreShell coreShell, string expression, int start, int oldLength, int newLength, string newText ) : EditorTree
coreShell ICoreShell
expression string
start int
oldLength int
newLength int
newText string
return Microsoft.R.Editor.Tree.EditorTree

MakeTree() public static method

public static MakeTree ( ICoreShell coreShell, string expression ) : EditorTree
coreShell ICoreShell
expression string
return Microsoft.R.Editor.Tree.EditorTree