XmlSchemaAny.ProcessContents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets information about how an application or XML processor should handle the validation of XML documents for the elements specified by the any
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.