DidSaveTextDocumentParams Class

Definition

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

See the Language Server Protocol specification for additional information.

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

Constructors

DidSaveTextDocumentParams()

Properties

Text

Gets or sets the String which represents the content of the text document when it was saved.

TextDocument

Gets or sets the TextDocumentIdentifier which represents the text document that was saved.

Applies to