Bagikan melalui


CodeLensDataPointDescriptor Class

Definition

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.

Applies to