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