ICodeLensDescriptor.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 short description of the element for which this descriptor is created.
public:
property System::String ^ ElementDescription { System::String ^ get(); };
public string ElementDescription { get; }
member this.ElementDescription : string
Public ReadOnly Property ElementDescription As String