Click or drag to resize
DidSaveTextDocumentParams Class
Parameters provided to the TextDocumentSaved event.
Inheritance Hierarchy
SystemObject
  VSCode.EditorDidSaveTextDocumentParams

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class DidSaveTextDocumentParams

The DidSaveTextDocumentParams type exposes the following members.

Constructors
  NameDescription
Public methodDidSaveTextDocumentParams
Initializes a new instance of the DidSaveTextDocumentParams class
Top
Properties
  NameDescription
Public propertyTextDocument
The document that was saved.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also