XmlSchemaAny.ProcessContents プロパティ

定義

any 要素によって指定された要素の XML ドキュメントの検証が、アプリケーションつまり 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 値のいずれか 1 つ。 processContents 属性が指定されていない場合、既定値は Strict です。

適用対象