次の方法で共有


Methods.TextDocumentDidChange Field

Definition

Strongly typed message object for 'textDocument/didChange'.

public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspNotification<Microsoft::VisualStudio::LanguageServer::Protocol::DidChangeTextDocumentParams ^> ^ TextDocumentDidChange;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<Microsoft.VisualStudio.LanguageServer.Protocol.DidChangeTextDocumentParams> TextDocumentDidChange;
 staticval mutable TextDocumentDidChange : Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<Microsoft.VisualStudio.LanguageServer.Protocol.DidChangeTextDocumentParams>
Public Shared ReadOnly TextDocumentDidChange As LspNotification(Of DidChangeTextDocumentParams) 

Field Value

Applies to