EventLogPropertySelector(IEnumerable<String>) コンストラクター

定義

新しい EventLogPropertySelector クラス インスタンスを初期化します。

public:
 EventLogPropertySelector(System::Collections::Generic::IEnumerable<System::String ^> ^ propertyQueries);
public EventLogPropertySelector(System.Collections.Generic.IEnumerable<string> propertyQueries);
[System.Security.SecurityCritical]
public EventLogPropertySelector(System.Collections.Generic.IEnumerable<string> propertyQueries);
new System.Diagnostics.Eventing.Reader.EventLogPropertySelector : seq<string> -> System.Diagnostics.Eventing.Reader.EventLogPropertySelector
[<System.Security.SecurityCritical>]
new System.Diagnostics.Eventing.Reader.EventLogPropertySelector : seq<string> -> System.Diagnostics.Eventing.Reader.EventLogPropertySelector
Public Sub New (propertyQueries As IEnumerable(Of String))

パラメーター

propertyQueries
IEnumerable<String>

イベントの XML 表現から値を抽出するために使用される XPath クエリ。

属性

注釈

イベントの XML 表現は、 イベント スキーマに基づいています。

適用対象