Share via


CodeLensDescriptor.ElementDescription Property

Definition

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

public:
 property System::String ^ ElementDescription { System::String ^ get(); void set(System::String ^ value); };
public string ElementDescription { get; set; }
member this.ElementDescription : string with get, set
Public Property ElementDescription As String

Property Value

Remarks

Language services use this property to pass the text of the code element to data points.

Applies to