ComponentBase.OnParametersSetAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當元件從轉譯樹狀目錄中的父系收到參數,並已將傳入值指派給屬性時叫用的方法。
protected:
virtual System::Threading::Tasks::Task ^ OnParametersSetAsync();
protected virtual System.Threading.Tasks.Task OnParametersSetAsync ();
abstract member OnParametersSetAsync : unit -> System.Threading.Tasks.Task
override this.OnParametersSetAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function OnParametersSetAsync () As Task
傳回
, Task 表示任何非同步作業。