共用方式為


ActivityEvent 結構

定義

表示包含名稱和時間戳的事件,以及選擇性的標記清單。

public value class ActivityEvent
public readonly struct ActivityEvent
type ActivityEvent = struct
Public Structure ActivityEvent
繼承
ActivityEvent

建構函式

ActivityEvent(String, DateTimeOffset, ActivityTagsCollection)

使用指定的名稱、時間戳和標記,初始化新的活動事件實例。

ActivityEvent(String)

使用指定的名稱和目前時間做為事件時間戳,初始化新的活動事件實例。

屬性

Name

取得活動事件名稱。

Tags

取得與 事件相關聯的標記集合。

Timestamp

取得活動事件時間戳。

方法

EnumerateTagObjects()

列舉附加至這個 ActivityEvent 對象的標記。

適用於