System::Xml::XmlWriterSettings::get_ConformanceLevel method
XmlWriterSettings::get_ConformanceLevel method
Restituisce il livello di conformità con cui lo scrittore XML verifica l’output XML.
System::Xml::ConformanceLevel System::Xml::XmlWriterSettings::get_ConformanceLevel()
ReturnValue
Uno dei valori dell’enumerazione che specifica il livello di conformità (documento, frammento o rilevamento automatico). L’impostazione predefinita è ConformanceLevel::Document.
Vedi anche
- Enum ConformanceLevel
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Page for C++