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