通过


Label<TValue>.IComponent.SetParametersAsync(ParameterView) 方法

定义

设置组件父级在呈现树中提供的参数。

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

参数

parameters
ParameterView

参数。

返回

当组件完成更新和呈现本身时完成的一个 Task

实现

适用于