Click or drag to resize
DidSaveTextDocumentParamsTextDocument Property
The document that was saved.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public TextDocumentIdentifier TextDocument { get; set; }

Property Value

Type: TextDocumentIdentifier
See Also