次の方法で共有


Methods.TextDocumentOnTypeFormatting Field

Definition

Strongly typed message object for 'textDocument/onTypeFormatting'.

public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::DocumentOnTypeFormattingParams ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::TextEdit ^> ^> ^ TextDocumentOnTypeFormatting;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.DocumentOnTypeFormattingParams,Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]> TextDocumentOnTypeFormatting;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.DocumentOnTypeFormattingParams,Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]?> TextDocumentOnTypeFormatting;
 staticval mutable TextDocumentOnTypeFormatting : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.DocumentOnTypeFormattingParams, Microsoft.VisualStudio.LanguageServer.Protocol.TextEdit[]>
Public Shared ReadOnly TextDocumentOnTypeFormatting As LspRequest(Of DocumentOnTypeFormattingParams, TextEdit()) 

Field Value

Applies to