Share via


XmlWriterProperty_ConformanceLevel (Compact 2013)

3/26/2014

This property specifies the level of conformance that the writer should use to output XML. The type of this property is the XmlConformanceLevel Enumeration enumeration.

The default value is XmlConformanceLevel_Document.

Remarks

This property can be set and retrieved by using the SetProperty (IXmlReader) and GetProperty (IXmlReader) methods.

See Also

Reference

IXmlWriter Properties
XmlConformanceLevel Enumeration
SetProperty (IXmlReader)
GetProperty (IXmlReader)
XmlReaderProperty_ConformanceLevel
IXmlWriter Methods