ConfigurationElement.OnDeserializeUnrecognizedAttribute Método

Definição

Obtém um valor que indica se um atributo desconhecido é encontrado durante a desserialização.

protected:
 virtual bool OnDeserializeUnrecognizedAttribute(System::String ^ name, System::String ^ value);
protected virtual bool OnDeserializeUnrecognizedAttribute (string name, string value);
abstract member OnDeserializeUnrecognizedAttribute : string * string -> bool
override this.OnDeserializeUnrecognizedAttribute : string * string -> bool
Protected Overridable 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

true quando um atributo desconhecido é encontrado ao desserializar; caso contrário, false.

Comentários

O OnDeserializeUnrecognizedAttribute é invocado quando um atributo desconhecido é encontrado durante a desserialização do ConfigurationElement objeto.

Aplica-se a