System::Xml::XmlWriter::WriteSurrogateCharEntity metodo

XmlWriter::WriteSurrogateCharEntity method

Quando sovrascritto in una classe derivata, genera e scrive l’entità di carattere surrogato per la coppia di caratteri surrogati.

virtual void System::Xml::XmlWriter::WriteSurrogateCharEntity(char16_t lowChar, char16_t highChar)=0
ParametroTipoDescrizione
lowCharchar16_tIl surrogato basso. Deve essere un valore compreso tra 0xDC00 e 0xDFFF.
highCharchar16_tIl surrogato alto. Deve essere un valore compreso tra 0xD800 e 0xDBFF.

Vedi anche