C# Class Microsoft.R.Editor.Tree.TextChangeContext

Describes complete context of the text change including text ranges, affected editor tree and changed AST node.
Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
TextChangeContext ( EditorTree editorTree, Microsoft.Languages.Core.Text.TextChangeEventArgs change, TextChange pendingChanges ) : Microsoft.Languages.Core.Text

Method Details

TextChangeContext() public method

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
return Microsoft.Languages.Core.Text