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