XmlSchemaComplexType.ContentModel 属性

定义

获取或设置该复杂类型的编译后 XmlSchemaContentModelGets or sets the post-compilation XmlSchemaContentModel of this complex type.

public:
 property System::Xml::Schema::XmlSchemaContentModel ^ ContentModel { System::Xml::Schema::XmlSchemaContentModel ^ get(); void set(System::Xml::Schema::XmlSchemaContentModel ^ value); };
public System.Xml.Schema.XmlSchemaContentModel? ContentModel { get; set; }
public System.Xml.Schema.XmlSchemaContentModel ContentModel { get; set; }
member this.ContentModel : System.Xml.Schema.XmlSchemaContentModel with get, set
Public Property ContentModel As XmlSchemaContentModel

属性值

XmlSchemaContentModel

内容模型类型,它是 XmlSchemaSimpleContentXmlSchemaComplexContent 类之一。The content model type that is one of the XmlSchemaSimpleContent or XmlSchemaComplexContent classes.

注解

这与属性互相排斥 ParticleThis is mutually exclusive with the Particle property.

适用于