共用方式為


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>

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

屬性

備註

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

適用於

另請參閱