Share via


XmlSchemaComplexType.ContentTypeParticle プロパティ

定義

ContentType パーティクルのコンパイル後の値を保持するパーティクルを取得します。

public:
 property System::Xml::Schema::XmlSchemaParticle ^ ContentTypeParticle { System::Xml::Schema::XmlSchemaParticle ^ get(); };
public System.Xml.Schema.XmlSchemaParticle ContentTypeParticle { get; }
member this.ContentTypeParticle : System.Xml.Schema.XmlSchemaParticle
Public ReadOnly Property ContentTypeParticle As XmlSchemaParticle

プロパティ値

XmlSchemaParticle

コンテンツ型のパーティクル。 ContentType パーティクルのコンパイル後の値。

注釈

これは ContentTypeParticle 、最も派生型のコンテンツ モデルと基本複合型が W3C XML スキーマ定義言語 (XSD) 仕様で定義されている規則に従って解決された後に決定されます。

適用対象