WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute Método

Definición

Se llama cuando se encuentra un atributo desconocido al deserializar .WorkflowRuntimeServiceElement

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

Nombre del atributo no reconocido.

value
String

Valor del atributo no reconocido.

Devoluciones

OnDeserializeUnrecognizedAttribute(String, String) siempre devuelve true.

Comentarios

El par nombre-valor especificado por nombre y valor se agrega a la Parameters colección. Los atributos que type no sean especificados en un <add> elemento para el <Services> elemento del archivo de configuración se agregan como un par nombre-valor a la Parameters colección.

Se aplica a