共用方式為


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) 規格中定義的規則,決定最衍生類型的內容模型和基底複雜類型。

適用於