XmlSchemaAnyAttribute.ProcessContents Eigenschaft

Definition

Dient zum Abrufen oder Festlegen von Informationen darüber, wie ein Anwendungs- oder XML-Prozessor die Überprüfung von XML-Dokumenten für die vom anyAttribute Element angegebenen Attribute behandeln soll.

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

Eigenschaftswert

Einer der XmlSchemaContentProcessing Werte. Wenn kein processContents Attribut angegeben ist, ist Strictdie Standardeinstellung .

Gilt für: