CodeLensParams Class

Definition

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.

Applies to