C# 클래스 Microsoft.R.Editor.Test.Tree.EditorTreeTest

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ApplyTextChange ( ICoreShell coreShell, string expression, int start, int oldLength, int newLength, string newText ) : EditorTree
MakeTree ( ICoreShell coreShell, string expression ) : EditorTree

메소드 상세

ApplyTextChange() 공개 정적인 메소드

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
리턴 Microsoft.R.Editor.Tree.EditorTree

MakeTree() 공개 정적인 메소드

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