System::Xml::Schema::XmlSchemaComplexType::get_IsMixed metodo

XmlSchemaComplexType::get_IsMixed method

Restituisce le informazioni che determinano se il tipo complesso ha un modello di contenuto misto (markup all’interno del contenuto).

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.

Vedi anche