XmlSchemaComplexType.ContentModel 属性
定义
获取或设置该复杂类型的编译后 XmlSchemaContentModel。Gets 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
属性值
内容模型类型,它是 XmlSchemaSimpleContent 或 XmlSchemaComplexContent 类之一。The content model type that is one of the XmlSchemaSimpleContent or XmlSchemaComplexContent classes.
注解
这与属性互相排斥 Particle 。This is mutually exclusive with the Particle property.