Share via


ICodeLensDescriptor Interface

Definition

Represents an object describing a code element at the location where an ICodeLensTag will be created.

public interface class ICodeLensDescriptor
public interface ICodeLensDescriptor
type ICodeLensDescriptor = interface
Public Interface ICodeLensDescriptor

Properties

ApplicableSpan

The Span of the element.

ElementDescription

A short description of the element for which this descriptor is created.

FilePath

The absolute file path of the document in which the descriptor is created.

Kind

The CodeElementKinds of the element.

ProjectGuid

The containing project of the document. Can be Empty if the document is a solution's miscellaneous file, or if it does not need to be specified.

Applies to