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

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

返品

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

適用対象