Share via


CodeElementContract.Description Property

Definition

A short description for the code element (e.g. method name along with containing type name). Used for display purposes (e.g. in the title of the CodeLens tool window if CodeLens details popup is promoted).

[System.Runtime.Serialization.DataMember(Order=1)]
public string? Description { get; set; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Description : string with get, set
Public Property Description As String

Property Value

Attributes

Applies to