EventLogPropertySelector(IEnumerable<String>) 建構函式

定義

初始化新的 EventLogPropertySelector 類別執行個體。

C#
public EventLogPropertySelector (System.Collections.Generic.IEnumerable<string> propertyQueries);
C#
[System.Security.SecurityCritical]
public EventLogPropertySelector (System.Collections.Generic.IEnumerable<string> propertyQueries);

參數

propertyQueries
IEnumerable<String>

XPath 查詢,用來擷取事件 XML 表示中的值。

屬性

備註

事件的 XML 表示是以 事件架構為基礎。

適用於

產品 版本
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

另請參閱