DisplayName<TValue>.IComponent.SetParametersAsync(ParameterView) 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.
Définit les paramètres fournis par le parent du composant dans l’arborescence de rendu.
System.Threading.Tasks.Task IComponent.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters);
abstract member Microsoft.AspNetCore.Components.IComponent.SetParametersAsync : Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
override this.Microsoft.AspNetCore.Components.IComponent.SetParametersAsync : Microsoft.AspNetCore.Components.ParameterView -> System.Threading.Tasks.Task
Function SetParametersAsync (parameters As ParameterView) As Task Implements IComponent.SetParametersAsync
Paramètres
- parameters
- ParameterView
Paramètres.
Retours
Une Task opération qui se termine lorsque le composant a terminé la mise à jour et le rendu lui-même.