Click or drag to resize
DidOpenTextDocumentParamsTextDocument Property
The document that was opened.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public TextDocumentItem TextDocument { get; set; }

Property Value

Type: TextDocumentItem
See Also