Compartilhar via


PersistenceProviderElement.OnDeserializeUnrecognizedAttribute Método

Definição

Indica se um atributo desconhecido é encontrado durante a desserialização.

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

Parâmetros

name
String

O nome do atributo não reconhecido.

value
String

O valor do atributo não reconhecido.

Retornos

Boolean

true se um atributo desconhecido for encontrado ao desserializar; caso contrário, false.

Aplica-se a