Condividi tramite


Completion.Description Property

Gets a description that can be displayed together with the display text of the completion.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Dichiarazione
Public Overridable Property Description As String
public virtual string Description { get; set; }
public:
virtual property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
override Description : string with get, set
function get Description () : String
function set Description (value : String)

Property Value

Type: System.String
The description.

.NET Framework Security

See Also

Reference

Completion Class

Microsoft.VisualStudio.Language.Intellisense Namespace