NSCollectionEditor.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'éditeur de collection.
protected:
override System::String ^ GetDisplayText(System::Object ^ value);
protected override string GetDisplayText (object value);
override this.GetDisplayText : obj -> string
Protected Overrides Function GetDisplayText (value As Object) As String
Paramètres
- value
- Object
Valeur de texte.
Retours
Texte affiché pour l'éditeur de collection.