Freigeben über


CodeLensLabel Struct

Definition

Represents a label for a CodeLens instance.

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct CodeLensLabel
[<System.Runtime.CompilerServices.IsReadOnly>]
type CodeLensLabel = struct
Public Structure CodeLensLabel
Inheritance
CodeLensLabel
Attributes

Properties

Image

Gets the image content of the CodeLens label.

RpcContract

Gets a serializable representation of this thick object for use in an RPC call.

Text

Gets the text being displayed in the UI indicator of the CodeLens.

Tooltip

Gets the tooltip text for the UI indicator of the CodeLens.

Applies to