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

属性值

内容类型的粒子。 粒子的编译后值 ContentType

注解

这是 ContentTypeParticle 在根据 W3C XML 架构定义语言 (XSD) 规范中定义的规则解析大多数派生类型的内容模型和基本复杂类型之后确定的。

适用于