IXmlWriter Properties (Compact 7)
3/12/2014
This topic describes the IXmlWriter properties. Your application can retrieve properties by using the GetProperty (IXmlWriter) method, and can set properties by using the SetProperty (IXmlWriter) method.
In This Section
- XmlWriterProperty_ByteOrderMark
Specifies whether the writer should write a Byte Order Mark (BOM) to the beginning of the output
- XmlWriterProperty_ConformanceLevel
Specifies the level of conformance that should be output by the writer
- XmlWriterProperty_Indent
Specifies whether to indent the XML output
- XmlWriterProperty_MultiLanguage
Specifies an implementation of the IMultiLanguage2 to use for encodings that are not natively supported
- XmlWriterProperty_OmitXmlDeclaration
Specifies whether the writer should omit the XML declaration at the beginning of the document
Remarks
These properties are actually implemented as individual constants within the XmlWriterProperty enumerated type. However, because these constants signify different characteristics of the XML writer, they have been treated separately.
See Also
Reference
IXmlWriter
GetProperty (IXmlWriter)
SetProperty (IXmlWriter)
IXmlWriter Methods