CodeLensDataPointDescriptor 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.
Represents a descriptor for a CodeLens data point.
public ref class CodeLensDataPointDescriptor sealed
public sealed class CodeLensDataPointDescriptor
type CodeLensDataPointDescriptor = class
Public NotInheritable Class CodeLensDataPointDescriptor
- Inheritance
-
CodeLensDataPointDescriptor
Remarks
This type is used for the object representing a data point returned from the remote data point provider.
Constructors
CodeLensDataPointDescriptor() |
Properties
Description |
The description text that displays in the UI indicator of the data point. |
ImageId |
The image content of the data point. |
IntValue |
The integer content of the data point. |
TooltipText |
The tooltip text for the UI indicator of the data point. |