Share via


CodeLensLabelContract Class

Definition

RPC contract representing CodeLens label.

[System.Runtime.Serialization.DataContract]
public class CodeLensLabelContract
[<System.Runtime.Serialization.DataContract>]
type CodeLensLabelContract = class
Public Class CodeLensLabelContract
Inheritance
CodeLensLabelContract
Attributes

Constructors

CodeLensLabelContract()

Properties

Image

The image content of the CodeLens label.

Text

The description text being displayed in the UI indicator of the CodeLens.

Tooltip

The tooltip text for the UI indicator of the CodeLens.

Applies to