Share via


XmlWriterProperty_MultiLanguage (Compact 2013)

3/26/2014

This property specifies an implementation of the IMultiLanguage2 to use for encodings that are not natively supported. This property is a pointer to IMultiLanguage2.

The default value is NULL. This implies native encoding support.

Remarks

This property can be set and retrieved by using the SetProperty (IXmlReader) and GetProperty (IXmlReader) methods. The pointer that is returned by a successful call to GetProperty (IXmlReader) method should be released through a call to the standard COM IUnknown::Release function.

See Also

Reference

IXmlWriter Properties
SetProperty (IXmlReader)
GetProperty (IXmlReader)
IUnknown::Release
XmlReaderProperty_MultiLanguage
IXmlWriter Methods