Share via


NavigationLock.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

返回

实现

适用于