Completion.DisplayText Property

Gets the text that is to be displayed by an IntelliSense presenter.

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

Syntax

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

Property Value

Type: System.String
The display text.

.NET Framework Security

See Also

Reference

Completion Class

Microsoft.VisualStudio.Language.Intellisense Namespace