LoggingOptions.ActivityId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與活動相關聯的唯一識別碼。
public:
property Platform::Guid ActivityId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid ActivityId();
void ActivityId(winrt::guid value);
public Guid ActivityId { get; set; }
var guid = loggingOptions.activityId;
loggingOptions.activityId = guid;
Public Property ActivityId As Guid
屬性值
活動唯一識別碼。
備註
這個值會對應至活動識別碼的 Windows 事件追蹤 (ETW) 定義。您通常會使用 LoggingActivity 類別自動管理此值,而不是手動設定此值。