ValueFormatter Délégué
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.
public delegate System::String ^ ValueFormatter(System::Object ^ val);
public delegate string ValueFormatter(object val);
type ValueFormatter = delegate of obj -> string
Public Delegate Function ValueFormatter(val As Object) As String
Paramètres
- val
- Object