set_IsMixed()

XmlSchemaComplexType::set_IsMixed(bool) method

Sets information that determines if the complex type has a mixed content model (markup within the content).

void System::Xml::Schema::XmlSchemaComplexType::set_IsMixed(bool value) override

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also