Compartir a través de


XmlSchemaAny.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 elementos especificados por el elemento any.

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

XmlSchemaContentProcessing

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

Se aplica a