Share via


EventLogRecord.Properties 属性

定义

获取事件的用户提供的属性。

public:
 virtual property System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventProperty ^> ^ Properties { System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventProperty ^> ^ get(); };
public override System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventProperty> Properties { get; }
member this.Properties : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventProperty>
Public Overrides ReadOnly Property Properties As IList(Of EventProperty)

属性值

返回 EventProperty 对象的列表。

适用于

另请参阅