Methods.TextDocumentWillSave Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Objeto de mensagem fortemente tipado para ' textDocument/willSave '.
public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspNotification<Microsoft::VisualStudio::LanguageServer::Protocol::WillSaveTextDocumentParams ^> ^ TextDocumentWillSave;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<Microsoft.VisualStudio.LanguageServer.Protocol.WillSaveTextDocumentParams> TextDocumentWillSave;
staticval mutable TextDocumentWillSave : Microsoft.VisualStudio.LanguageServer.Protocol.LspNotification<Microsoft.VisualStudio.LanguageServer.Protocol.WillSaveTextDocumentParams>
Public Shared ReadOnly TextDocumentWillSave As LspNotification(Of WillSaveTextDocumentParams)