XmlSchemaAnyAttribute.ProcessContents 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定應用程式或 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
。