XmlSchemaAny.ProcessContents 属性

定义

获取或设置信息,该信息有关应用程序或 XML 处理器应如何为 any 元素指定的元素处理 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

属性值

XmlSchemaContentProcessing

XmlSchemaContentProcessing 值之一。 如果未指定 processContents 特性,则默认为 Strict

适用于