DisplayName<TValue>.IComponent.SetParametersAsync(ParameterView) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置组件父级在呈现树中提供的参数。
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 。