EventWrittenEventArgs.PayloadNames 속성

정의

이 이벤트의 속성 이름을 나타내는 문자열 목록을 반환합니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ PayloadNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> PayloadNames { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<string>? PayloadNames { get; }
member this.PayloadNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property PayloadNames As ReadOnlyCollection(Of String)

속성 값

ReadOnlyCollection<T>를 반환합니다.

적용 대상