InputBase<TValue>.CurrentValueAsString 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.
Obtient ou définit la valeur actuelle de l’entrée, représentée sous forme de chaîne.
protected:
property System::String ^ CurrentValueAsString { System::String ^ get(); void set(System::String ^ value); };
protected string CurrentValueAsString { get; set; }
protected string? CurrentValueAsString { get; set; }
member this.CurrentValueAsString : string with get, set
Protected Property CurrentValueAsString As String