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)

屬性值

用來接聽活動啟動事件的活動回呼實例。

適用於