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