XmlSchemaAnyAttribute.ProcessContents Propiedad

Definición

Obtiene o establece información sobre la forma en que una aplicación o un procesador XML deben controlar la validación de documentos XML para los atributos especificados por el elemento anyAttribute.

public:
 property System::Xml::Schema::XmlSchemaContentProcessing ProcessContents { System::Xml::Schema::XmlSchemaContentProcessing get(); void set(System::Xml::Schema::XmlSchemaContentProcessing value); };
public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get; set; }
member this.ProcessContents : System.Xml.Schema.XmlSchemaContentProcessing with get, set
Public Property ProcessContents As XmlSchemaContentProcessing

Valor de propiedad

Uno de los valores de XmlSchemaContentProcessing. Si no se especifica ningún atributo processContents, el valor predeterminado es Strict.

Se aplica a