CodeLensDataPointProviderDescriptor 类

定义

表示描述 IAsyncCodeLensDataPointProvider的数据模型。

public ref class CodeLensDataPointProviderDescriptor sealed
public sealed class CodeLensDataPointProviderDescriptor
type CodeLensDataPointProviderDescriptor = class
Public NotInheritable Class CodeLensDataPointProviderDescriptor
继承
CodeLensDataPointProviderDescriptor

注解

当请求时,远程 CodeLens 服务会为其托管的每个提供程序返回 的 对象 CodeLensDataPointProviderDescriptor

构造函数

CodeLensDataPointProviderDescriptor()

表示描述 IAsyncCodeLensDataPointProvider的数据模型。

属性

AllowsDetailsPopupTransparency

确定数据点详细信息是否可以包含透明内容。

ContentTypes

支持的内容类型列表。

DetailsTemplateName

用于在详细信息弹出窗口中呈现详细信息的模板。 默认使用 GridView 来显示详细信息数据。

DetailsTemplateProperties

使用模板时,其他属性用于自定义模板。

DynamicVisibility

确定此提供程序是否创建支持动态可见性的数据点,并且仅应可视化它是否有要显示的数据。

LocalizedName

数据点提供程序的本地化名称。

OptionUserModifiable

确定是否可以在工具的选项设置中修改提供程序。

OptionUserVisible

确定提供程序在工具的选项设置中是否可见。

Priority

一个 Int32 指示指示器顺序的值。 在编辑器中的指示器装饰中,值较低的指示器将按默认顺序排列。

ProviderUniqueId

数据点提供程序的唯一标识名称。

适用于