XmlSchemaAny.ProcessContents 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置信息,该信息有关应用程序或 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 值之一。 如果未指定 processContents
特性,则默认为 Strict
。