XdmWriterSettings.CharacterMapping PropertyXdmWriterSettings.CharacterMapping PropertyXdmWriterSettings::CharacterMapping Property

Gets the mapping of characters to string values.

Syntax

Public ReadOnly Property CharacterMapping As CharacterMappingDictionary
        Get
public CharacterMappingDictionary CharacterMapping { get; }
public:
property CharacterMappingDictionary^ CharacterMapping {
    CharacterMappingDictionary^ get();
}
 

Remarks

Character maps allow specific characters that are serialized to be replaced with a specific string of characters. No escaping is applied to the string that is substituted and so this mechanism can be used to introduce arbitrary markup in the serialized output.

This property is ignored when MethodMethodMethod is set to CanonicalOutputMethodCanonicalOutputMethodCanonicalOutputMethod.