Condividi tramite


XmlSchemaAnyAttribute.ProcessContents Proprietà

Definizione

Ottiene o imposta informazioni relative a come deve essere gestita la convalida di documenti XML per gli attributi specificati dall'elemento anyAttribute da una applicazione o da un processore XML.

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

Valore della proprietà

Uno dei valori di XmlSchemaContentProcessing. Se non è specificato alcun attributo processContents, il valore predefinito è Strict.

Si applica a