Editar

Share via


XmlSchemaAnyAttribute.ProcessContents Property

Definition

Gets or sets information about how an application or XML processor should handle the validation of XML documents for the attributes specified by the anyAttribute element.

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

Property Value

One of the XmlSchemaContentProcessing values. If no processContents attribute is specified, the default is Strict.

Applies to