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 オブジェクトの一覧を返します。

適用対象

こちらもご覧ください