set_ConformanceLevel()

XmlWriterSettings::set_ConformanceLevel(System::Xml::ConformanceLevel) method

Sets the level of conformance that the XML writer checks the XML output for.

void System::Xml::XmlWriterSettings::set_ConformanceLevel(System::Xml::ConformanceLevel value)

Arguments

ParameterTypeDescription
valueSystem::Xml::ConformanceLevelThe value to set.

See Also