HyperLinkColumn.FormatDataTextValue(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.
Met en forme une légende de texte liée aux données, à l'aide du format spécifié par la propriété DataTextFormatString.
protected:
virtual System::String ^ FormatDataTextValue(System::Object ^ dataTextValue);
protected virtual string FormatDataTextValue (object dataTextValue);
abstract member FormatDataTextValue : obj -> string
override this.FormatDataTextValue : obj -> string
Protected Overridable Function FormatDataTextValue (dataTextValue As Object) As String
Paramètres
- dataTextValue
- Object
URL liée aux données et à mettre en forme.
Retours
Légende de texte liée aux données, dans le format spécifié par la propriété DataTextFormatString.
Remarques
Utilisez la FormatDataTextValue méthode pour mettre en forme une valeur de légende de texte liée aux données avec le format spécifié par la DataTextFormatString propriété.