DidSaveTextDocumentParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |