Activity.Events 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得附加至此活動的所有活動事件清單。
public:
property System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityEvent> ^ Events { System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityEvent> ^ get(); };
C#
public System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityEvent> Events { get; }
member this.Events : seq<System.Diagnostics.ActivityEvent>
Public ReadOnly Property Events As IEnumerable(Of ActivityEvent)
附加至此活動的活動事件列舉。 如果活動沒有事件,則傳回空的列舉。
產品 | 版本 |
---|---|
.NET | 5, 6, 7, 8, 9 |