Partager via


Completion.DisplayText, propriété

Obtient le texte à afficher par un présentateur IntelliSense.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Texte d'affichage.

Sécurité .NET Framework

Voir aussi

Référence

Completion Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms