Label<TValue>.IComponent.SetParametersAsync(ParameterView) Método

Definición

Establece los parámetros proporcionados por el elemento primario del componente en el árbol de representación.

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

Parámetros

parameters
ParameterView

Parámetros.

Devoluciones

que Task se completa cuando el componente ha terminado de actualizarse y representarse a sí mismo.

Implementaciones

Se aplica a