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 표현은 이벤트 스키마를 기반으로 합니다.

적용 대상

추가 정보