다음을 통해 공유


Activity.Events 속성

정의

이 활동에 연결된 모든 활동 이벤트 목록을 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityEvent> ^ Events { System::Collections::Generic::IEnumerable<System::Diagnostics::ActivityEvent> ^ get(); };
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)

속성 값

이 활동에 연결된 활동 이벤트의 열거형입니다. 활동에 이벤트가 없으면 빈 열거형을 반환합니다.

적용 대상