System::Xml::Schema::XmlSchemaComplexType::get_IsMixed méthode

XmlSchemaComplexType::get_IsMixed method

Renvoie l’information qui détermine si le type complexe possède un modèle de contenu mixte (balises dans le contenu).

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.

Voir aussi