DidOpenTextDocumentParams Class

Definition

Class which represents the parameter that is sent with textDocument/didOpen message.

See the Language Server Protocol specification for additional information.

public ref class DidOpenTextDocumentParams
[System.Runtime.Serialization.DataContract]
public class DidOpenTextDocumentParams
[<System.Runtime.Serialization.DataContract>]
type DidOpenTextDocumentParams = class
Public Class DidOpenTextDocumentParams
Inheritance
DidOpenTextDocumentParams
Attributes

Constructors

DidOpenTextDocumentParams()

Properties

TextDocument

Gets or sets the TextDocumentItem which represents the text document that was opened.

Applies to