Hyperlink.TextToDisplay Propriété
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.
Cette propriété renvoie ou définit le texte à afficher pour le lien hypertexte spécifié. La valeur par défaut est l'adresse du lien hypertexte.
public:
property System::String ^ TextToDisplay { System::String ^ get(); void set(System::String ^ value); };
public string TextToDisplay { get; set; }
Public Property TextToDisplay As String