次の方法で共有


EventLogRecord.GetPropertyValues(EventLogPropertySelector) メソッド

定義

ユーザーが指定したイベント プロパティの値の列挙体を返します。イベントが XML 表現を持つ場合は、XPath ベースのデータの結果を返します。

public:
 System::Collections::Generic::IList<System::Object ^> ^ GetPropertyValues(System::Diagnostics::Eventing::Reader::EventLogPropertySelector ^ propertySelector);
public System.Collections.Generic.IList<object> GetPropertyValues (System.Diagnostics.Eventing.Reader.EventLogPropertySelector propertySelector);
member this.GetPropertyValues : System.Diagnostics.Eventing.Reader.EventLogPropertySelector -> System.Collections.Generic.IList<obj>
Public Function GetPropertyValues (propertySelector As EventLogPropertySelector) As IList(Of Object)

パラメーター

propertySelector
EventLogPropertySelector

返すプロパティ値を選択します。

戻り値

オブジェクトの一覧を返します。

適用対象

こちらもご覧ください