set_ProcessContents()

XmlSchemaAny::set_ProcessContents(XmlSchemaContentProcessing) method

Sets information about how an application or XML processor should handle the validation of XML documents for the elements specified by the any element.

void System::Xml::Schema::XmlSchemaAny::set_ProcessContents(XmlSchemaContentProcessing value)

Arguments

ParameterTypeDescription
valueXmlSchemaContentProcessingThe value to set.

See Also