EventRecord.Properties 属性

定义

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

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

属性值

返回 EventProperty 对象的列表。

适用于

另请参阅