다음을 통해 공유


PersistenceProviderElement.OnDeserializeUnrecognizedAttribute 메서드

정의

역직렬화하는 동안 알 수 없는 특성을 발견했는지 여부를 나타냅니다.

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

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

반환

Boolean

역직렬화하는 동안 알 수 없는 특성을 발견하면 true이고, 그렇지 않으면 false입니다.

적용 대상