XmlSchemaAny.ProcessContents Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les informations concernant la gestion par une application ou un processeur XML de la validation de documents XML pour les éléments spécifiés par l'élément 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
Valeur de propriété
Une des valeurs de l'objet XmlSchemaContentProcessing. Si aucun attribut processContents
n'est spécifié, l'attribut par défaut est Strict
.