Methods.TextDocumentFoldingRange Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stronly typed message object for 'textDocument/foldingRange'.
public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::FoldingRangeParams ^, cli::array <Microsoft::VisualStudio::LanguageServer::Protocol::FoldingRange ^> ^> ^ TextDocumentFoldingRange;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.FoldingRangeParams,Microsoft.VisualStudio.LanguageServer.Protocol.FoldingRange[]> TextDocumentFoldingRange;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.FoldingRangeParams,Microsoft.VisualStudio.LanguageServer.Protocol.FoldingRange[]?> TextDocumentFoldingRange;
staticval mutable TextDocumentFoldingRange : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.FoldingRangeParams, Microsoft.VisualStudio.LanguageServer.Protocol.FoldingRange[]>
Public Shared ReadOnly TextDocumentFoldingRange As LspRequest(Of FoldingRangeParams, FoldingRange())