다음을 통해 공유


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

반환할 속성 값을 선택합니다.

반환

개체의 목록을 반환합니다.

적용 대상

추가 정보