Click or drag to resize
DidChangeTextDocumentParamsContentChanges Property
A collection of TextDocumentContentChangeEvent instances representing changes to the document.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public IEnumerable<TextDocumentContentChangeEvent> ContentChanges { get; set; }

Property Value

Type: IEnumerableTextDocumentContentChangeEvent
See Also