System::Xml::XmlTextWriter::WriteSurrogateCharEntity metodo

XmlTextWriter::WriteSurrogateCharEntity method

Genera e scrive l’entità di carattere surrogato per la coppia di caratteri surrogati.

void System::Xml::XmlTextWriter::WriteSurrogateCharEntity(char16_t lowChar, char16_t highChar) override
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