Udostępnij za pośrednictwem


CodeLensDescriptor Class

Definition

Represents a data model describing the code element in a document on which CodeLens data point indicators would be requested.

public ref class CodeLensDescriptor sealed
public sealed class CodeLensDescriptor
type CodeLensDescriptor = class
Public NotInheritable Class CodeLensDescriptor
Inheritance
CodeLensDescriptor

Constructors

CodeLensDescriptor()

Properties

ApplicableToSpan

A Span identifying the place of the code element with which a data point is associated.

ElementDescription

A text description for the code element with which a data point is associated.

FilePath

Full path to the document on which data points are requested.

Kind

The CodeElementKinds of the code element with which a data point is associated.

ProjectGuid

A Guid identifying the project to which the document belongs.

Applies to