Methods.TextDocumentFormatting Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Строго типизированный объект Message для "textDocument/Formatting".
public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::DocumentFormattingParams ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^> ^ TextDocumentFormatting;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.DocumentFormattingParams,Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]> TextDocumentFormatting;
staticval mutable TextDocumentFormatting : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.DocumentFormattingParams, Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]>
Public Shared ReadOnly TextDocumentFormatting As LspRequest(Of DocumentFormattingParams, TextEdit())