語言

ActivityListener.ActivityStarted 屬性

定義

接收或設定用來監聽活動開始事件的回撥。

public:
 property Action<System::Diagnostics::Activity ^> ^ ActivityStarted { Action<System::Diagnostics::Activity ^> ^ get(); void set(Action<System::Diagnostics::Activity ^> ^ value); };
public Action<System.Diagnostics.Activity>? ActivityStarted { get; set; }
member this.ActivityStarted : Action<System.Diagnostics.Activity> with get, set
Public Property ActivityStarted As Action(Of Activity)

屬性值

一個活動回調實例用來監聽活動啟動事件。

適用於