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

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

Méthodes publiques

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

Method Details

TextChangeContext() public méthode

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
Résultat Microsoft.Languages.Core.Text