CodeLensDescriptor 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 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. |