CodeLensLabelContract 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.
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. |