CodeLensLabel Struct
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.
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. |