XmlSchemaAny.ProcessContents 属性

定义

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

属性值

XmlSchemaContentProcessing

XmlSchemaContentProcessing 值之一。One of the XmlSchemaContentProcessing values. 如果未指定 processContents 特性,则默认为 StrictIf no processContents attribute is specified, the default is Strict.

适用于