System::Xml::Schema::XmlSchemaComplexType::get_IsMixed 方法

XmlSchemaComplexType::get_IsMixed method

返回决定复合类型是否具有混合内容模型(内容中的标记)的信息。

bool System::Xml::Schema::XmlSchemaComplexType::get_IsMixed() override

ReturnValue

true, if character data can appear between child elements of this complex type; otherwise, false. The default is false. Optional.

另见