다음을 통해 공유


ConfigurationElementInterceptor.OnDeserializeUnrecognizedAttribute 메서드

정의

deserialization하는 동안 알 수 없는 특성을 발견했는지 여부를 나타내는 값을 가져옵니다. 항상 true를 반환합니다.

protected:
 override bool OnDeserializeUnrecognizedAttribute(System::String ^ name, System::String ^ value);
protected override bool OnDeserializeUnrecognizedAttribute (string name, string value);
override this.OnDeserializeUnrecognizedAttribute : string * string -> bool
Protected Overrides Function OnDeserializeUnrecognizedAttribute (name As String, value As String) As Boolean

매개 변수

name
String

인식할 수 없는 특성의 이름입니다.

value
String

인식할 수 없는 특성의 값입니다.

반환

항상 true를 반환하며, 이는 인식할 수 없는 특성이 발생했음을 나타냅니다.

설명

ConfigurationElementInterceptor 클래스는 특히 임의의 사용자 정의 특성 및 요소를 처리 하도록 구현 됩니다. 따라서이 메서드는 다음과 같이 반환 됩니다. true 인식할 수 없는 요소나 특성 파서가 실행 되도록.NET Framework가 감지 하는 경우.

적용 대상