DidSaveTextDocumentParams Class |
Namespace: VSCode.Editor
public class DidSaveTextDocumentParams
The DidSaveTextDocumentParams type exposes the following members.
Name | Description | |
---|---|---|
DidSaveTextDocumentParams | Initializes a new instance of the DidSaveTextDocumentParams class |
Name | Description | |
---|---|---|
TextDocument |
The document that was saved.
|
Name | Description | |
---|---|---|
ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |