XmlSchemaComplexType.ContentTypeParticle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含粒子编译后值的 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) 规范中定义的规则解析大多数派生类型的内容模型和基本复杂类型之后确定的。