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) 规范解析最派生类型的内容模型和基本复杂类型之后确定的。

适用于