ConfigurationElement.OnDeserializeUnrecognizedAttribute(String, String) Método
Definição
Obtém um valor que indica se um atributo desconhecido é encontrado durante a desserialização.Gets a value indicating whether an unknown attribute is encountered during deserialization.
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.The name of the unrecognized attribute.
- value
- String
O valor do atributo não reconhecido.The value of the unrecognized attribute.
Retornos
true
quando um atributo desconhecido é encontrado ao desserializar; caso contrário, false
.true
when an unknown attribute is encountered while deserializing; otherwise, false
.
Comentários
O OnDeserializeUnrecognizedAttribute é invocado quando um atributo desconhecido é encontrado durante a desserialização do objeto ConfigurationElement.The OnDeserializeUnrecognizedAttribute is invoked when an unknown attribute is encountered while deserializing the ConfigurationElement object.