Share via


XmlSchemaAnyAttribute.ProcessContents 屬性

定義

取得或設定應用程式或 XML 處理器應如何處理驗證 anyAttribute 項目指定之屬性的 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

適用於