CodeLensParams Class
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.
Class representing the parameters sent from the client to the server for a textDocument/codeLens request.
See the Language Server Protocol specification for additional information.
public ref class CodeLensParams
[System.Runtime.Serialization.DataContract]
public class CodeLensParams
[<System.Runtime.Serialization.DataContract>]
type CodeLensParams = class
Public Class CodeLensParams
- Inheritance
-
CodeLensParams
- Attributes
Constructors
CodeLensParams() |
Properties
TextDocument |
Gets or sets the document identifier to fetch code lens results for. |