System::Xml::Schema::XmlSchemaType::get_IsMixed 方法

XmlSchemaType::get_IsMixed method

返回指示此类型是否具有混合内容模型的值。此调用仅在复合类型中有效。

virtual bool System::Xml::Schema::XmlSchemaType::get_IsMixed()

ReturnValue

true if the type has a mixed content model; otherwise, false. The default is false.

另见