Partager via


XmlSchemaAnyAttribute.ProcessContents Propriété

Définition

Obtient ou définit les informations concernant la gestion par une application ou un processeur XML de la validation de documents XML pour les attributs spécifiés par l'élément 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

Valeur de propriété

XmlSchemaContentProcessing

Une des valeurs de l'objet XmlSchemaContentProcessing. Si aucun attribut processContents n'est spécifié, l'attribut par défaut est Strict.

S’applique à