Click or drag to resize
DidOpenTextDocumentParams Class
Parameters provided to the TextDocumentOpened event.
Inheritance Hierarchy
SystemObject
  VSCode.EditorDidOpenTextDocumentParams

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

The DidOpenTextDocumentParams type exposes the following members.

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