C# 클래스 Microsoft.R.Editor.Tree.TextChangeContext

Describes complete context of the text change including text ranges, affected editor tree and changed AST node.
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
TextChangeContext ( EditorTree editorTree, Microsoft.Languages.Core.Text.TextChangeEventArgs change, TextChange pendingChanges ) : Microsoft.Languages.Core.Text

메소드 상세

TextChangeContext() 공개 메소드

public TextChangeContext ( EditorTree editorTree, Microsoft.Languages.Core.Text.TextChangeEventArgs change, TextChange pendingChanges ) : Microsoft.Languages.Core.Text
editorTree EditorTree
change Microsoft.Languages.Core.Text.TextChangeEventArgs
pendingChanges TextChange
리턴 Microsoft.Languages.Core.Text