XmlDeserializationEvents 구조체
정의
Deserialize의 스레드로부터 안전한 XmlSerializer 메서드에 이벤트 대리자를 전달하는 데 사용할 수 있는 필드를 포함합니다.Contains fields that can be used to pass event delegates to a thread-safe Deserialize method of the XmlSerializer.
public value class XmlDeserializationEvents
public struct XmlDeserializationEvents
type XmlDeserializationEvents = struct
Public Structure XmlDeserializationEvents
- 상속
필드
OnUnknownAttribute | |
OnUnknownElement | |
OnUnknownNode | |
OnUnreferencedObject |
속성
OnUnknownAttribute |
UnknownAttribute 이벤트를 처리하는 메서드를 나타내는 개체를 가져오거나 설정합니다.Gets or sets an object that represents the method that handles the UnknownAttribute event. |
OnUnknownElement |
UnknownElement 이벤트를 처리하는 메서드를 나타내는 개체를 가져오거나 설정합니다.Gets or sets an object that represents the method that handles the UnknownElement event. |
OnUnknownNode |
UnknownNode 이벤트를 처리하는 메서드를 나타내는 개체를 가져오거나 설정합니다.Gets or sets an object that represents the method that handles the UnknownNode event. |
OnUnreferencedObject |
UnreferencedObject 이벤트를 처리하는 메서드를 나타내는 개체를 가져오거나 설정합니다.Gets or sets an object that represents the method that handles the UnreferencedObject event. |