InputBase<TValue>.CurrentValue 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.
protected:
property TValue CurrentValue { TValue get(); void set(TValue value); };
protected TValue? CurrentValue { get; set; }
protected TValue CurrentValue { get; set; }
member this.CurrentValue : 'Value with get, set
Protected Property CurrentValue As TValue