Udostępnij przez


DidChangeTextDocumentParams Class

Definition

public class DidChangeTextDocumentParams
type DidChangeTextDocumentParams = class
Public Class DidChangeTextDocumentParams
Inheritance
DidChangeTextDocumentParams

Constructors

DidChangeTextDocumentParams()

Properties

ContentChanges

The actual content changes.

TextDocument

The document that did change.The version number points to the version after all provided content changes have been applied.

Applies to