CollectionEditor.GetDisplayText(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le texte affiché pour l'élément de liste donné.
protected:
virtual System::String ^ GetDisplayText(System::Object ^ value);
protected virtual string GetDisplayText (object value);
protected virtual string GetDisplayText (object? value);
abstract member GetDisplayText : obj -> string
override this.GetDisplayText : obj -> string
Protected Overridable Function GetDisplayText (value As Object) As String
Paramètres
- value
- Object
Élément de liste pour lequel le texte affiché doit être récupéré.
Retours
Texte affiché pour value.