CodeLensDataPointDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 CodeLens 数据点的描述符。
public ref class CodeLensDataPointDescriptor sealed
public sealed class CodeLensDataPointDescriptor
type CodeLensDataPointDescriptor = class
Public NotInheritable Class CodeLensDataPointDescriptor
- 继承
-
CodeLensDataPointDescriptor
注解
此类型用于表示从远程数据点提供程序返回的数据点的对象。
构造函数
| CodeLensDataPointDescriptor() |
属性
| Description |
在数据点的 UI 指示器中显示的说明文本。 |
| ImageId |
数据点的图像内容。 |
| IntValue |
数据点的整数内容。 |
| TooltipText |
数据点的 UI 指示器的工具提示文本。 |